Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orimay committed Feb 13, 2025
1 parent 0782ae2 commit 8c2f5d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog


## v1.2.0


### 🚀 Enhancements

- Disposable lock ([0782ae2](https://github.com/orimay/mutex-ts/commit/0782ae2))

### ❤️ Contributors

- Dmitrii Baranov <[email protected]>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutex-ts",
"version": "1.1.0",
"version": "1.2.0",
"description": "This package provides two classes for managing locks: `Mutex` and `MutexRW`. These locks can be used to control access to critical sections in a multi-threaded or asynchronous environment.",
"author": "Dmitrii Baranov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8c2f5d9

Please sign in to comment.