Skip to content

Commit

Permalink
Changelog, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jan 17, 2024
1 parent 7aef442 commit a5bf7c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.1

* Expand documentation and fix a few errors.
* Clear timeout after acquiring a lock in `withTimeout`.
* Thanks to AkatQuas and aryzing for their contributions.
* Update dependencies.

## 0.4.0

This is a full rewrite of the core implementation.
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.4.0",
"version": "0.4.1",
"description": "A mutex for guarding async workflows",
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
Expand Down

0 comments on commit a5bf7c5

Please sign in to comment.