From 551f5c259d5bb501d1883cdddee6e5abe3478ffa Mon Sep 17 00:00:00 2001 From: Ignacio Lago Date: Mon, 4 Nov 2024 13:23:39 +0900 Subject: [PATCH] chore(package.json): bump version to 1.0.1 for patch release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31238d8..0585183 100644 --- a/package.json +++ b/package.json @@ -101,5 +101,5 @@ "test:prod": "npm run lint && npm run test -- --coverage --no-cache", "test:watch": "jest --watch" }, - "version": "1.0.0" + "version": "1.0.1" }