Skip to content

Commit

Permalink
Bump version 6.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalre committed Oct 22, 2023
1 parent 984053a commit 1f95d62
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 6.5.8 - Okt 22, 2023
🐛 Bugfixes
* (refs [#149](https://github.com/pascalre/vscode-yaml-sort/issues/149)) Recursive sort not adding leading dashes to file
* (refs [#164](https://github.com/pascalre/vscode-yaml-sort/issues/164)) Comment processor duplicates comments inside block scalars

🔒 Security
* Update dependencies to latest versions

## 6.5.7 - Okt 21, 2023
🔒 Security
* Update dependencies to latest versions
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-yaml-sort",
"displayName": "YAML Sort",
"description": "This VS Code extension exposes the possibility to sort, format and validate yaml files.",
"version": "6.5.7",
"version": "6.5.8",
"engines": {
"vscode": "^1.49.0"
},
Expand Down Expand Up @@ -263,7 +263,7 @@
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"coveralls": "3.1.1",
"dependency-cruiser": "^14.1.2",
"dependency-cruiser": "^15.0.0",
"eslint": "^8.34.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
Expand Down

0 comments on commit 1f95d62

Please sign in to comment.