diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5042e1..1d65d95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.1"} \ No newline at end of file +{".":"1.3.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 843b2db..11bd9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/cha0s/crunches/compare/crunches-v1.2.1...crunches-v1.3.0) (2024-11-26) + + +### Performance Improvements + +* array codec ([a72404b](https://github.com/cha0s/crunches/commit/a72404ba7d307b421d9b567d7d5fc0c06ed64eab)) + + +### Miscellaneous Chores + +* doc ([1913a4c](https://github.com/cha0s/crunches/commit/1913a4c9099c5471d741baca6bd01e575d8cb131)) + ## [1.2.1](https://github.com/cha0s/crunches/compare/crunches-v1.2.0...crunches-v1.2.1) (2024-11-25) diff --git a/package-lock.json b/package-lock.json index 148587d..5b17b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crunches", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crunches", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^1.6.0", diff --git a/package.json b/package.json index e97aaec..39166a9 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ }, "sideEffects": false, "type": "module", - "version": "1.2.1" + "version": "1.3.0" }