diff --git a/.changeset/short-areas-act.md b/.changeset/short-areas-act.md deleted file mode 100644 index ac0dcab..0000000 --- a/.changeset/short-areas-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sorted-queue": patch ---- - -fix: add ESM entrypoint diff --git a/CHANGELOG.md b/CHANGELOG.md index 719cdfa..f3c9411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @badrap/sorted-queue +## 0.4.1 + +### Patch Changes + +- [`ec90990`](https://github.com/badrap/sorted-queue/commit/ec909905c11838cdd58b8b6c43c37285b04810b9) Thanks [@jviide](https://github.com/jviide)! - fix: add ESM entrypoint + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 5f81bfa..6cc2d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sorted-queue", - "version": "0.4.0", + "version": "0.4.1", "type": "commonjs", "description": "A sorted queue, based on an array-backed binary heap", "main": "./dist/cjs/index.js",