-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# Changelog | ||
|
||
|
||
## v1.2.1 | ||
|
||
[compare changes](https://github.com/orimay/mutex-ts/compare/v1.2.0...v1.2.1) | ||
|
||
### 📖 Documentation | ||
|
||
- Readme update ([8174703](https://github.com/orimay/mutex-ts/commit/8174703)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Dmitrii Baranov <[email protected]> | ||
|
||
## v1.2.0 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mutex-ts", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"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", | ||
|