Skip to content

Commit

Permalink
Bumped v3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Oct 27, 2022
1 parent 8f5b0f7 commit f22e6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/request-context",
"version": "3.0.0",
"version": "3.1.1",
"description": "Request-scoped storage support, based on Asynchronous Local Storage, with fallback to cls-hooked for older Node versions",
"license": "MIT",
"maintainers": [
Expand All @@ -19,7 +19,7 @@
"lint": "eslint \"lib/**/*.js\" \"test/**/*.js\" \"test-tap/**/*.js\" index.js",
"lint:everything": "npm run lint && npm run test:typescript",
"prettier": "prettier --write \"{lib,test,test-tap}/**/*.js\" index.js index.d.ts",
"postinstall": "husky install",
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
Expand Down

0 comments on commit f22e6a8

Please sign in to comment.