Skip to content

Commit

Permalink
bump: version 0.21.4 → 0.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent bf91ac9 commit 6c06e60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.21.5 (2024-09-05)

### Fix

- **deps**: bump glob from 10.3.12 to 11.0.0 (#718)

## v0.21.4 (2024-05-02)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "languagetool-linter",
"displayName": "LanguageTool Linter",
"description": "LanguageTool integration for VS Code.",
"version": "0.21.4",
"version": "0.21.5",
"engines": {
"vscode": "^1.57.0"
},
Expand Down Expand Up @@ -121,12 +121,12 @@
"languageToolLinter.smartFormat.onType": {
"type": "boolean",
"default": false,
"description": "Run smart format as you type for quotes (“”‘’), em-dashes and en-dashes, and ellipses (). Ensure 'Editor: Format On Type' is enabled."
"description": "Run smart format as you type for quotes (\u201c\u201d\u2018\u2019), em-dashes and en-dashes, and ellipses (\u2026). Ensure 'Editor: Format On Type' is enabled."
},
"languageToolLinter.smartFormat.onSave": {
"type": "boolean",
"default": false,
"description": "Run smart format when you save for quotes (“”‘’), em-dashes and en-dashes, and ellipses ()."
"description": "Run smart format when you save for quotes (\u201c\u201d\u2018\u2019), em-dashes and en-dashes, and ellipses (\u2026)."
},
"languageToolLinter.diagnosticSeverity": {
"type": "string",
Expand Down Expand Up @@ -310,7 +310,7 @@
"Portuguese",
"Portuguese (Angola preAO)",
"Portuguese (Brazil)",
"Portuguese (Moçambique preAO)",
"Portuguese (Mo\u00e7ambique preAO)",
"Portuguese (Portugal)",
"Romanian",
"Russian",
Expand Down Expand Up @@ -407,7 +407,7 @@
"Portuguese",
"Portuguese (Angola preAO)",
"Portuguese (Brazil)",
"Portuguese (Moçambique preAO)",
"Portuguese (Mo\u00e7ambique preAO)",
"Portuguese (Portugal)",
"Romanian",
"Russian",
Expand Down

0 comments on commit 6c06e60

Please sign in to comment.