mirror of
https://github.com/pest-parser/pest-ide-tools.git
synced 2025-08-04 17:08:01 +00:00
chore: v0.3.11
This commit is contained in:
parent
62bb15e628
commit
c4920eac2e
6 changed files with 13 additions and 5 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -768,7 +768,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pest-language-server"
|
||||
version = "0.3.10"
|
||||
version = "0.3.11"
|
||||
dependencies = [
|
||||
"pest",
|
||||
"pest_fmt",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
4
vscode/package-lock.json
generated
4
vscode/package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue