Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Oct 31, 2021
1 parent 66394bd commit 4db216f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-stable-stringify",
"version": "2.1.0",
"version": "2.2.0",
"description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
"exports": {
"require": "./index.js",
Expand All @@ -18,7 +18,8 @@
"object",
"predicable",
"repeatable",
"fast"
"fast",
"bigint"
],
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4db216f

Please sign in to comment.