Skip to content

Commit a82106a

Browse files
committed
chore(release): 4.0.2
1 parent 36314dd commit a82106a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
### [4.0.2](https://github.com/piscinajs/piscina-locks/compare/v4.0.1...v4.0.2) (2025-11-02)
6+
7+
8+
### Features
9+
10+
* add binaries ([96570e1](https://github.com/piscinajs/piscina-locks/commit/96570e13990da74d4de4719f074d9d0c8a025097))
11+
12+
13+
### Bug Fixes
14+
15+
* builds ([#106](https://github.com/piscinajs/piscina-locks/issues/106)) ([b5232ce](https://github.com/piscinajs/piscina-locks/commit/b5232ce7cf30665ae2e9c2d5dbc30a1f5b0911f6))
16+
* queue not processing as expected with multiple requests made ([#105](https://github.com/piscinajs/piscina-locks/issues/105)) ([36314dd](https://github.com/piscinajs/piscina-locks/commit/36314ddc10285e001a08ae6820fd13f2ab4c29ff))
17+
518
## [4.0.1](https://github.com/piscinajs/piscina-locks/compare/v4.0.0...v4.0.1) (2025-09-03)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@piscina/locks",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A Web Locks API implementation for Node.js",
55
"keywords": [
66
"worker_threads",

0 commit comments

Comments
 (0)