Skip to content

Commit 51ebb54

Browse files
authored
Merge pull request #27 from badrap/changeset-release/main
Version Packages
2 parents 652ba39 + 6174c34 commit 51ebb54

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/legal-pigs-dig.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.4
4+
5+
### Patch Changes
6+
7+
- [`03efa9b`](https://github.com/badrap/sorted-queue/commit/03efa9b0259db570d30b63df2c7b4b939465b3b7) Thanks [@jviide](https://github.com/jviide)! - Tag versions only when build succeeds
8+
39
## 0.4.3
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.3",
3+
"version": "0.4.4",
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)