Skip to content

Commit 2800cb4

Browse files
committed
chore(release): 1.1.0
1 parent 99277b9 commit 2800cb4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.0 (2024-04-16)
6+
7+
8+
### Features
9+
10+
* add typescript types ([add4f83](https://github.com/Kikobeats/superlock/commit/add4f834b99596bc315140a8d5b8c02d7f01e66f))
11+
512
### 1.0.8 (2024-04-14)
613

714
### 1.0.7 (2024-02-08)

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.8",
5+
"version": "1.1.0",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"exports": {

0 commit comments

Comments
 (0)