Skip to content

Commit

Permalink
v4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-marcacci committed Mar 6, 2022
1 parent 9ebd02a commit 54de94c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
- Update docs (@ricmatsui via [#80](https://github.com/mike-marcacci/node-redlock/pull/80)).
- Use evalsha for scripts (@yosiat via [#77](https://github.com/mike-marcacci/node-redlock/pull/77)).

## v5.0.0-alpha1
## v5.0.0-alpha.1

- Complete rewrite using TypeScript.
- **BREAKING** Significant API changes; see [README.md](./README.md)
- **BREAKING** Remove all production dependencies (replacing Bluebird with native promises).
- **BREAKING** Drop support for Node < 12

## v5.0.0-beta1
## v5.0.0-beta.1

- Compile to both ESM and CJS (@ekosz via [#114](https://github.com/mike-marcacci/node-redlock/pull/114/)).
- Add compatibility with TypeScript 4.4 (@slosd via [#104](https://github.com/mike-marcacci/node-redlock/pull/104)).
Expand All @@ -31,7 +31,7 @@
- Upgrade dependencies.
- **BREAKING** Change types for "using" helper (@ekosz via [#113](https://github.com/mike-marcacci/node-redlock/pull/114/)).

## v5.0.0-beta2
## v5.0.0-beta.2

- Fix regression of retryCount: -1. (fixes #149)
- Export RedlockAbortSignal type. (fixes #138)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redlock",
"version": "v5.0.0-beta2",
"version": "v5.0.0-beta.2",
"description": "A node.js redlock implementation for distributed redis locks",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 54de94c

Please sign in to comment.