Skip to content

Commit c2dc7fd

Browse files
authored
Merge pull request #25 from badrap/changeset-release/main
Version Packages
2 parents cc2e3df + d5a44a7 commit c2dc7fd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/all-windows-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badrap/sorted-queue
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [`cc2e3df`](https://github.com/badrap/sorted-queue/commit/cc2e3df29699dd08b7a5bdd6f4a5dd5603e634c5) Thanks [@jviide](https://github.com/jviide)! - Separate versioning and publishing jobs
8+
39
## 0.4.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sorted-queue",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"type": "commonjs",
55
"description": "A sorted queue, based on an array-backed binary heap",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)