Skip to content

Commit e6f5a38

Browse files
authored
Merge pull request #26 from badrap/changeset-release/main
Version Packages
2 parents 0c233b2 + 9380178 commit e6f5a38

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/yellow-doodles-chew.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.3
4+
5+
### Patch Changes
6+
7+
- [`0c233b2`](https://github.com/badrap/sorted-queue/commit/0c233b23ac30dcbb3ffa60cf1a080ec003d4e03c) Thanks [@jviide](https://github.com/jviide)! - Fix publishing workflow conditions
8+
39
## 0.4.2
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.2",
3+
"version": "0.4.3",
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)