Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 19, 2023
1 parent da03cd4 commit 7bc36c3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 2.0.0

Breaking changes:

* Drop support for Node v12 + v14 + v16
* Drop support for Node v18.0.0

Features:

* Support `MessagePort`

Tests:

* Don't support `MessageChannel`

Dev:

* CI run tests on Node v18 + v20 + v21
* CI run lint and coverage on Node v20
* Use NPM v10 for development
* Clean up after `cover` NPM script even if fails
* Run ESLint in parallel
* Run tests on all CPU cores on CI
* Remove installing NPM from CI task [improve]
* Update dev dependencies
* Update Github Actions scripts

Docs:

* Change versioning policy
* Fix Github Actions badge [fix]
* Remove David badges from README
* Update license year

## 1.1.0

Minor:
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": "native-type-of",
"version": "1.1.0",
"version": "2.0.0",
"description": "Accurately determine native type of values",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 7bc36c3

Please sign in to comment.