Skip to content

Commit

Permalink
chore(release): publish v0.1.59
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2023
1 parent 28eaf70 commit cd17ef7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"message": "chore(release): publish %s"
}
},
"version": "0.1.58"
"version": "0.1.59"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/redlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/nest-redlock",
"version": "0.1.58",
"version": "0.1.59",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-redlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/nest-simple-redlock",
"version": "0.1.58",
"version": "0.1.59",
"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": {
Expand Down

0 comments on commit cd17ef7

Please sign in to comment.