Skip to content

Commit f37a3ac

Browse files
committed
chore(release): 4.0.0
1 parent 3451d91 commit f37a3ac

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [4.0.0](https://github.com/jasnell/piscina-priority-queue/compare/v3.0.0...v4.0.0) (2025-11-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* bump library (#5)
11+
12+
### Features
13+
14+
* bump library ([#5](https://github.com/jasnell/piscina-priority-queue/issues/5)) ([b72222d](https://github.com/jasnell/piscina-priority-queue/commit/b72222dc83cf0d0381d94e5b6135347dd4f2a23b))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@piscina/priority-queue",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A Priority TaskQueue implementation for Piscina",
55
"main": "./dist/src/index.js",
66
"exports": {

0 commit comments

Comments
 (0)