Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
# [ts-quickfixes-plugin-v1.8.1](ts-quickfixes-plugin-v1.8.0...ts-quickfixes-plugin-v1.8.1) (2021-04-15)

### Bug Fixes

* **plugin:** wrap invalid object keys with quotes ([c5b8b97](c5b8b97)), closes [#157](#157)
  • Loading branch information
semantic-release-bot committed Apr 15, 2021
1 parent c5b8b97 commit 5b894bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [ts-quickfixes-plugin-v1.8.1](https://github.com/tamj0rd2/ts-quickfixes/compare/ts-quickfixes-plugin-v1.8.0...ts-quickfixes-plugin-v1.8.1) (2021-04-15)


### Bug Fixes

* **plugin:** wrap invalid object keys with quotes ([c5b8b97](https://github.com/tamj0rd2/ts-quickfixes/commit/c5b8b97662914507a174cf13314c487831d7887c)), closes [#157](https://github.com/tamj0rd2/ts-quickfixes/issues/157)

# [ts-quickfixes-plugin-v1.8.0](https://github.com/tamj0rd2/ts-quickfixes/compare/ts-quickfixes-plugin-v1.7.0...ts-quickfixes-plugin-v1.8.0) (2021-04-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/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 packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-quickfixes-plugin",
"private": false,
"version": "1.8.0",
"version": "1.8.1",
"description": "A typescript server plugin that adds some additional quickfixes to vscode",
"main": "./out/index.js",
"files": [
Expand Down

0 comments on commit 5b894bc

Please sign in to comment.