Skip to content

Commit 66216f7

Browse files
authored
Merge pull request #23 from badrap/changeset-release/main
Version Packages
2 parents ec90990 + a743585 commit 66216f7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/short-areas-act.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.1
4+
5+
### Patch Changes
6+
7+
- [`ec90990`](https://github.com/badrap/sorted-queue/commit/ec909905c11838cdd58b8b6c43c37285b04810b9) Thanks [@jviide](https://github.com/jviide)! - fix: add ESM entrypoint
8+
39
## 0.4.0
410

511
### Minor 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.0",
3+
"version": "0.4.1",
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)