Skip to content

Commit

Permalink
chore: v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jun 7, 2024
1 parent 62bb15e commit c4920ea
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes will be documented in this file.

<!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. -->

## v0.3.11

- fix(ci): update Node version for OpenVSX publishing.

## v0.3.10

- [[sbillig](https://github.com/sbillig)] feat(analysis): don't emit unused rule warning if the rule name begins with an underscore (#88)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion language-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pest-language-server"
version = "0.3.10"
version = "0.3.11"
authors = ["Jamalam <[email protected]>"]
description = "A language server for Pest."
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes will be documented in this file.

<!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. -->

## v0.3.11

- fix(ci): update Node version for OpenVSX publishing.

## v0.3.10

- [[sbillig](https://github.com/sbillig)] feat(analysis): don't emit unused rule warning if the rule name begins with an underscore (#88)
Expand Down
4 changes: 2 additions & 2 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Formatters",
"Programming Languages"
],
"version": "0.3.10",
"version": "0.3.11",
"repository": {
"type": "git",
"url": "https://github.com/pest-parser/pest-ide-tools"
Expand Down

0 comments on commit c4920ea

Please sign in to comment.