Skip to content

Commit

Permalink
bump: version 0.20.0 → 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 2715a22 commit d99ade4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.20.1 (2024-02-29)

### Fix

- add concurrency for publish
- **deps**: bump node-fetch and @types/node-fetch (#596)

## v0.20.0 (2023-04-02)

- Premium Support by Adding Settings for username and apiKey (#438) - thank you
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.20.0",
"version": "0.20.1",
"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 @@ -305,7 +305,7 @@
"Portuguese",
"Portuguese (Angola preAO)",
"Portuguese (Brazil)",
"Portuguese (Moçambique preAO)",
"Portuguese (Mo\u00e7ambique preAO)",
"Portuguese (Portugal)",
"Romanian",
"Russian",
Expand Down Expand Up @@ -402,7 +402,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 d99ade4

Please sign in to comment.