Skip to content

Commit

Permalink
Also bump npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jul 8, 2023
1 parent 09c4bea commit 90dffb8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.19.1

### Features

- Added `align_single_comments` formatter setting ([#409](https://github.com/tamasfe/taplo/pull/409))

### Fixes

- Fixed incorrectly modifying file extensions in catalog rules ([#426](https://github.com/tamasfe/taplo/pull/426))
- Fixed non-deterministic `--diff` output ([#424](https://github.com/tamasfe/taplo/pull/424))
- Fixed incorrect path handling of `--stdin-filepath` ([#418](https://github.com/tamasfe/taplo/pull/418))
- Fixed incorrect path handling in LSP rule matching ([#378](https://github.com/tamasfe/taplo/pull/378))
- Fixed incorrect support of LSP shutdown requests ([#354](https://github.com/tamasfe/taplo/pull/354))

## 0.19.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "even-better-toml",
"displayName": "Even Better TOML",
"description": "Fully-featured TOML support",
"version": "0.19.0",
"version": "0.19.1",
"autoTag": {
"enabled": true
},
Expand Down Expand Up @@ -404,7 +404,7 @@
"build": "rm -rf dist && yarn build:syntax && yarn build:node && yarn build:browser-extension && yarn build:browser-server"
},
"dependencies": {
"@taplo/lsp": "0.6.0",
"@taplo/lsp": "0.6.1",
"deep-equal": "^2.0.5",
"encoding": "^0.1.13",
"fast-glob": "^3.2.11",
Expand Down
2 changes: 1 addition & 1 deletion js/lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taplo/lsp",
"version": "0.6.0",
"version": "0.6.1",
"description": "A JavaScript wrapper for the Taplo TOML language server.",
"scripts": {
"build": "yarn rollup --silent -c rollup.config.js",
Expand Down

0 comments on commit 90dffb8

Please sign in to comment.