Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.1.1...v4.0.0) (2024-05-10)

### Bug Fixes

* **node:** drop support for node 14 ([7e06217](7e06217))

### BREAKING CHANGES

* **node:** Node 14.x is no longer supported

Use a supported version of node. Node 18.x or higher is supported currently.
Node 16.x and above is allowed too until it fails CI, but is unsupported.
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent 27da3fe commit 0d0cf85
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.0.0](https://github.com/andyrooger/vs-compat-ts-plugin/compare/v3.1.1...v4.0.0) (2024-05-10)


### Bug Fixes

* **node:** drop support for node 14 ([7e06217](https://github.com/andyrooger/vs-compat-ts-plugin/commit/7e0621730b1528188904219ea0bae2695f2d6a9b))


### BREAKING CHANGES

* **node:** Node 14.x is no longer supported

Use a supported version of node. Node 18.x or higher is supported currently.
Node 16.x and above is allowed too until it fails CI, but is unsupported.

## [3.1.1](https://github.com/andyrooger/vs-compat-ts-plugin/compare/v3.1.0...v3.1.1) (2023-04-28)


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": "3.1.1",
"version": "4.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 0d0cf85

Please sign in to comment.