Skip to content

Commit 8c2f5d9

Browse files
committed
chore(release): v1.2.0
1 parent 0782ae2 commit 8c2f5d9

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
4+
## v1.2.0
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Disposable lock ([0782ae2](https://github.com/orimay/mutex-ts/commit/0782ae2))
10+
11+
### ❤️ Contributors
12+
13+
- Dmitrii Baranov <dmitrii.a.baranov@gmail.com>
14+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutex-ts",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"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.",
55
"author": "Dmitrii Baranov <dmitrii.a.baranov@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)