diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 829569b..9a46daa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.0"} \ No newline at end of file +{".":"2.0.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3eeb6..753ab6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1](https://github.com/cha0s/crunches/compare/crunches-v2.0.0...crunches-v2.0.1) (2024-12-02) + + +### Bug Fixes + +* benchmark ([34fc1cb](https://github.com/cha0s/crunches/commit/34fc1cbf8793624551916405c44be556024bb8a3)) +* modern exports ([22275af](https://github.com/cha0s/crunches/commit/22275afd3be47083aa63535214c1615ac207069c)) + ## [2.0.0](https://github.com/cha0s/crunches/compare/crunches-v1.5.1...crunches-v2.0.0) (2024-12-02) diff --git a/package-lock.json b/package-lock.json index a7263cf..1253f25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crunches", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crunches", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^1.6.0", diff --git a/package.json b/package.json index 41ccbd8..486a0bf 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ }, "sideEffects": false, "type": "module", - "version": "2.0.0" + "version": "2.0.1" }