Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
 - [New] add support for boxed BigInt primitives
 - [New] Add support for upcoming `BigInt` (#19)
 - [Dev Deps] update `core-js`, `tape`
 - [Tests] run bigint tests in CI with --harmony-bigint flag
 - [Tests] up to `node` `v10.0`, `v9.11`, `v8.11`, `v6.14`, `v4.9`
 - [Docs] fix example to use `safer-buffer`
  • Loading branch information
ljharb committed May 2, 2018
1 parent 356c66a commit 0ac0417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "object-inspect",
"version": "1.5.0",
"version": "1.6.0",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 0ac0417

Please sign in to comment.