Skip to content

Commit

Permalink
Bumped v5.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 26, 2023
1 parent c300641 commit 6de8c6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-json-stringify",
"version": "5.9.1",
"version": "5.9.2",
"description": "Stringify your JSON at max speed",
"main": "index.js",
"type": "commonjs",
Expand All @@ -16,7 +16,10 @@
"test:unit": "tap",
"test": "npm run test:unit && npm run test:typescript"
},
"precommit": ["lint", "test"],
"precommit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fast-json-stringify.git"
Expand Down

0 comments on commit 6de8c6c

Please sign in to comment.