chore: v0.3.11

This commit is contained in:
James (Jamalam) 2024-06-07 14:24:39 +01:00
parent 62bb15e628
commit c4920eac2e
No known key found for this signature in database
GPG key ID: D86CD68E8DB2E368
6 changed files with 13 additions and 5 deletions

View file

@ -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)

2
Cargo.lock generated
View file

@ -768,7 +768,7 @@ dependencies = [
[[package]]
name = "pest-language-server"
version = "0.3.10"
version = "0.3.11"
dependencies = [
"pest",
"pest_fmt",

View file

@ -1,6 +1,6 @@
[package]
name = "pest-language-server"
version = "0.3.10"
version = "0.3.11"
authors = ["Jamalam <james@jamalam.tech>"]
description = "A language server for Pest."
edition = "2021"

View file

@ -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)

View file

@ -1,12 +1,12 @@
{
"name": "pest-ide-tools",
"version": "0.3.10",
"version": "0.3.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pest-ide-tools",
"version": "0.3.10",
"version": "0.3.11",
"license": "Apache-2.0",
"dependencies": {
"node-fetch": "^3.3.2",

View file

@ -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"