From b894cde8fc59a57d533b15b565e1b8a8162808e2 Mon Sep 17 00:00:00 2001 From: "lukasz.klejszta" Date: Tue, 22 Aug 2023 09:41:22 +0200 Subject: [PATCH] feat: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d229a0e..77abca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generic-interceptor", - "version": "2.2.0", + "version": "2.2.1", "description": "Provide proxy handler for getting properties and executing functions", "main": ".build/index", "typings": ".build/index.d.ts",