From 7a56e47e095e06a109409fa5e0215ab333d18807 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 21 Nov 2024 15:30:48 +0100 Subject: [PATCH] Bumped v1.2.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 916aace..5c21670 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "fastify-user", - "version": "1.1.0", + "version": "1.2.0", "description": "Fastify plugin to extract user", "main": "index.js", "scripts": {