Skip to content

Commit 0866936

Browse files
committed
chore(release): v0.1.0
1 parent 78d5d6a commit 0866936

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.badges/comment/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# [0.1.0](https://github.com/heap-code/concurrency-synchronization/compare/v0.0.2...v0.1.0) (2023-06-19)
4+
5+
6+
### Features
7+
8+
* **mutex:** add the mutex implementation ([6e36477](https://github.com/heap-code/concurrency-synchronization/commit/6e36477cc75ec6f8eb8bd35bb407f4107483cd8f))
9+
* **mutex:** set the mutex definition and tests ([eb4fe52](https://github.com/heap-code/concurrency-synchronization/commit/eb4fe52efc73ec85e7eab887b5a32684444e1327))
10+
311
## [0.0.2](https://github.com/heap-code/concurrency-synchronization/compare/v0.0.1...v0.0.2) (2023-06-18)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
"test:watch": "npm run test -- --watch"
8282
},
8383
"types": "./dist/types/index.js",
84-
"version": "0.0.2"
84+
"version": "0.1.0"
8585
}

0 commit comments

Comments
 (0)