Skip to content

Commit 85044aa

Browse files
committed
chore(release): v1.2.1
1 parent 8174703 commit 85044aa

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v1.2.1
5+
6+
[compare changes](https://github.com/orimay/mutex-ts/compare/v1.2.0...v1.2.1)
7+
8+
### 📖 Documentation
9+
10+
- Readme update ([8174703](https://github.com/orimay/mutex-ts/commit/8174703))
11+
12+
### ❤️ Contributors
13+
14+
- Dmitrii Baranov <dmitrii.a.baranov@gmail.com>
15+
416
## v1.2.0
517

618

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.2.0",
3+
"version": "1.2.1",
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)