From 7639843aa2211bf56f4c9a5f4636e90cbe97d015 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Oct 2023 04:05:40 +0000 Subject: [PATCH] chore(release): publish v0.1.62 --- lerna.json | 2 +- package-lock.json | 4 ++-- packages/redlock/package.json | 2 +- packages/simple-redlock/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index daf7487f..0a642466 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "message": "chore(release): publish %s" } }, - "version": "0.1.61" + "version": "0.1.62" } diff --git a/package-lock.json b/package-lock.json index 4ddc208a..9206d1d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13453,7 +13453,7 @@ }, "packages/redlock": { "name": "@anchan828/nest-redlock", - "version": "0.1.61", + "version": "0.1.62", "license": "MIT", "dependencies": { "redlock": "^5.0.0-beta.2" @@ -13470,7 +13470,7 @@ }, "packages/simple-redlock": { "name": "@anchan828/nest-simple-redlock", - "version": "0.1.61", + "version": "0.1.62", "license": "MIT", "devDependencies": { "@nestjs/common": "10.2.7", diff --git a/packages/redlock/package.json b/packages/redlock/package.json index 53c841cf..0c32ebb7 100644 --- a/packages/redlock/package.json +++ b/packages/redlock/package.json @@ -1,6 +1,6 @@ { "name": "@anchan828/nest-redlock", - "version": "0.1.61", + "version": "0.1.62", "description": "This is a [Nest](https://github.com/nestjs/nest) implementation of the redlock algorithm for distributed redis locks.", "homepage": "https://github.com/anchan828/nest-redlock#readme", "bugs": { diff --git a/packages/simple-redlock/package.json b/packages/simple-redlock/package.json index 40280b30..d73aaa56 100644 --- a/packages/simple-redlock/package.json +++ b/packages/simple-redlock/package.json @@ -1,6 +1,6 @@ { "name": "@anchan828/nest-simple-redlock", - "version": "0.1.61", + "version": "0.1.62", "description": "This is a [Nest](https://github.com/nestjs/nest) implementation of the simple redlock algorithm for distributed redis locks.", "homepage": "https://github.com/anchan828/nest-redlock#readme", "bugs": {