diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 802de1e..c973519 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.0"} \ No newline at end of file +{".":"1.4.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 39106af..c86f72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.1](https://github.com/cha0s/crunches/compare/crunches-v1.4.0...crunches-v1.4.1) (2024-11-26) + + +### Bug Fixes + +* bad iterator report ([2b4ce4e](https://github.com/cha0s/crunches/commit/2b4ce4ef237d66e151e6651b12cf52ec7a2bfbdd)) +* let starved fixed-length arrays throw on encoding ([5354ef1](https://github.com/cha0s/crunches/commit/5354ef1cc82466b5328257f5caba981fe8ee2c17)) + ## [1.4.0](https://github.com/cha0s/crunches/compare/crunches-v1.3.0...crunches-v1.4.0) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index 2381bd4..22b4c77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crunches", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crunches", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^1.6.0", diff --git a/package.json b/package.json index b20e376..3af16ea 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ }, "sideEffects": false, "type": "module", - "version": "1.4.0" + "version": "1.4.1" }