Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Nov 27, 2020
1 parent 8331143 commit 2593ced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.2.5

* Fix a nasty [bug](https://github.com/DirtyHairy/async-mutex/issues/27) related to
consecutive calls to `mutex::release`.

## 0.2.4

* Calling Semaphore::release on a semaphore with concurrency > 1 will not work
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": "async-mutex",
"version": "0.2.4",
"version": "0.2.5",
"description": "A mutex for guarding async workflows",
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
Expand Down

0 comments on commit 2593ced

Please sign in to comment.