From d006dfa23fbd62606b4962f4a05e7a7418567c7f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 28 Oct 2024 18:11:52 +0000 Subject: [PATCH] chore(release): v1.0.3 [skip ci] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a15523..d4d0edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ndustrial/node-distributed-lock", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index ed2a69e..a9d650e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ndustrial/node-distributed-lock", - "version": "1.0.2", + "version": "1.0.3", "description": "Enables distributed locking for sequelize applications", "main": "dist/index.js", "types": "dist/index.d.ts",