Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [ts-quickfixes-plugin-v1.12.0](ts-quickfixes-plugin-v1.11.0...ts-quickfixes-plugin-v1.12.0) (2021-05-17)

### Features

* delcare missing members that are functions ([6635d5b](6635d5b)), closes [#159](#159)
  • Loading branch information
semantic-release-bot committed May 17, 2021
1 parent 6635d5b commit ce1a6f3
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.12.0](https://github.com/tamj0rd2/ts-quickfixes/compare/ts-quickfixes-plugin-v1.11.0...ts-quickfixes-plugin-v1.12.0) (2021-05-17)


### Features

* delcare missing members that are functions ([6635d5b](https://github.com/tamj0rd2/ts-quickfixes/commit/6635d5b4a2ccd8fbd2831ae280fd2f1bd8577ca0)), closes [#159](https://github.com/tamj0rd2/ts-quickfixes/issues/159)

# [ts-quickfixes-plugin-v1.11.0](https://github.com/tamj0rd2/ts-quickfixes/compare/ts-quickfixes-plugin-v1.10.0...ts-quickfixes-plugin-v1.11.0) (2021-05-11)


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.11.0",
"version": "1.12.0",
"description": "A typescript server plugin that adds some additional quickfixes to vscode",
"main": "./out/index.js",
"files": [
Expand Down

0 comments on commit ce1a6f3

Please sign in to comment.