From f22e6a8ebea80a38b22fc5f02be3e55db952eb41 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 27 Oct 2022 12:25:29 +0200 Subject: [PATCH] Bumped v3.1.1 Signed-off-by: Matteo Collina --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1cdbdd..513b26b 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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" },