Skip to content

Commit 40e0c12

Browse files
committed
chore(release): 1.2.1
1 parent 57e2ffd commit 40e0c12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 1.2.1 (2024-10-14)
6+
57
## [1.2.0](https://github.com/Kikobeats/superlock/compare/v1.1.5...v1.2.0) (2024-08-30)
68

79
### 1.1.5 (2024-08-19)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "superlock",
33
"description": "The most simple mutex/semaphore implementation",
44
"homepage": "https://github.com/Kikobeats/superlock",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"exports": {

0 commit comments

Comments
 (0)