Skip to content

Commit b882f48

Browse files
committed
chore(release): 1.0.8
1 parent fb523b7 commit b882f48

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.0.8 (2024-04-14)
6+
57
### 1.0.7 (2024-02-08)
68

79
### 1.0.6 (2024-01-07)

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.0.7",
5+
"version": "1.0.8",
66
"main": "src/index.js",
77
"exports": {
88
".": "./src/index.js",

0 commit comments

Comments
 (0)