Skip to content

Commit

Permalink
chore(vscode): release
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Nov 1, 2022
1 parent 800a245 commit ccf23c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.19.0

### Features

- Added `reorder_arrays` (`evenBetterToml.formatter.reorderArrays`) formatter option that allows for sorting values within arrays. ([#343](https://github.com/tamasfe/taplo/pull/343))

## 0.18.3

### Fixed
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.18.3",
"version": "0.19.0",
"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.5.3",
"@taplo/lsp": "0.6.0",
"deep-equal": "^2.0.5",
"encoding": "^0.1.13",
"fast-glob": "^3.2.11",
Expand Down

0 comments on commit ccf23c6

Please sign in to comment.