Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jul 5, 2021
1 parent c412394 commit 1f6d85d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 1.1.0

Minor:

* Drop support for Node v10

Bug fixes:

* Identify boxed Symbols

Tests:

* Tests for boxed BigInt
* Fix tests for AggregateError [fix]
* Fix test order [fix]
* Remove commented out code [nocode]

Dev:

* Use NPM v7 for development
* Use Github Actions for CI
* Update dev dependencies

Docs:

* Update README
* Add boxed BigInt example
* Remove Greenkeeper badge
* Update license year
* Remove license indentation

## 1.0.0

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

0 comments on commit 1f6d85d

Please sign in to comment.