Skip to content

Commit

Permalink
chore(release): v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Nov 6, 2022
1 parent 8d4bcfa commit c7b1036
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.1.3

- **Fix**: "Unable to locate the project file" after upgrading `ts-standard` to v12 ([#494](https://github.com/standard/vscode-standard/pull/494))
- **Fix**: "TypeError: callback is not a function" error message ([#465](https://github.com/standard/vscode-standard/issues/465))

## 2.1.2

- **Fix**: Publishing issue on the VSCode Marketplace ([#444](https://github.com/standard/vscode-standard/issues/444))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-standard",
"displayName": "StandardJS - JavaScript Standard Style",
"description": "Visual Studio Code extension for JavaScript Standard Style with automatic fixing.",
"version": "2.1.2",
"version": "2.1.3",
"author": "Standard",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c7b1036

Please sign in to comment.