Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.2...v2.0.0) (2020-04-11)

### Features

* **defaults:** on by default ([32841f0](32841f0)), closes [#11](#11)
* **defaults:** onByDefault option ([ca2795c](ca2795c)), closes [#11](#11)

### BREAKING CHANGES

* **defaults:** All options are now turned on by default. If you want an option turned off you can
do this explicitly per option.
  • Loading branch information
semantic-release-bot committed Apr 11, 2020
1 parent ca2795c commit 5b721a0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/andyrooger/vs-compat-ts-plugin/compare/v1.1.2...v2.0.0) (2020-04-11)


### Features

* **defaults:** on by default ([32841f0](https://github.com/andyrooger/vs-compat-ts-plugin/commit/32841f0c1fe5c3dc9703253c63b17c9ccdd8eee6)), closes [#11](https://github.com/andyrooger/vs-compat-ts-plugin/issues/11)
* **defaults:** onByDefault option ([ca2795c](https://github.com/andyrooger/vs-compat-ts-plugin/commit/ca2795cc17a86a35aa7b6699c8499bc0fc182401)), closes [#11](https://github.com/andyrooger/vs-compat-ts-plugin/issues/11)


### BREAKING CHANGES

* **defaults:** All options are now turned on by default. If you want an option turned off you can
do this explicitly per option.

## [1.1.2](https://github.com/andyrooger/vs-compat-ts-plugin/compare/v1.1.1...v1.1.2) (2020-04-11)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "vs-compat-ts-plugin",
"version": "1.1.2",
"version": "2.0.0",
"description": "TypeScript language service plugin to let more plugins work in Visual Studio.",
"main": "index.js",
"files": [],
Expand Down

0 comments on commit 5b721a0

Please sign in to comment.