Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.0...v3.0.0) (2022-06-28)

### Features

* **node:** bump node support ([b2dddd9](b2dddd9)), closes [#42](#42)

### BREAKING CHANGES

* **node:** Node 10 and 12 are no longer supported. 14.17+ only
  • Loading branch information
semantic-release-bot committed Jun 28, 2022
1 parent b2dddd9 commit b73ac85
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/andyrooger/vs-compat-ts-plugin/compare/v2.3.0...v3.0.0) (2022-06-28)


### Features

* **node:** bump node support ([b2dddd9](https://github.com/andyrooger/vs-compat-ts-plugin/commit/b2dddd9c18e444346d0f7d3ed84d5dcd056b1c69)), closes [#42](https://github.com/andyrooger/vs-compat-ts-plugin/issues/42)


### BREAKING CHANGES

* **node:** Node 10 and 12 are no longer supported. 14.17+ only

# [2.3.0](https://github.com/andyrooger/vs-compat-ts-plugin/compare/v2.2.0...v2.3.0) (2021-05-17)


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
@@ -1,6 +1,6 @@
{
"name": "vs-compat-ts-plugin",
"version": "2.3.0",
"version": "3.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 b73ac85

Please sign in to comment.