diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3bf2e10..829569b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.5.1"} \ No newline at end of file +{".":"2.0.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9465d..ee3eeb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.0](https://github.com/cha0s/crunches/compare/crunches-v1.5.1...crunches-v2.0.0) (2024-12-02) + + +### ⚠ BREAKING CHANGES + +* encoding ergonomics + +### Features + +* encoding ergonomics ([71b4442](https://github.com/cha0s/crunches/commit/71b44424b1240f391318c63830bc140fe578a10e)) + + +### Bug Fixes + +* alignment ([58ba4d0](https://github.com/cha0s/crunches/commit/58ba4d0af4a8da02df676fd050dc6cc12397a239)) +* error ergonomics ([d9e373d](https://github.com/cha0s/crunches/commit/d9e373d95748fecf05b178177f882af9c28fb6fc)) + ## [1.5.1](https://github.com/cha0s/crunches/compare/crunches-v1.5.0...crunches-v1.5.1) (2024-12-01) diff --git a/package-lock.json b/package-lock.json index 0a8f687..a7263cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crunches", - "version": "1.5.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crunches", - "version": "1.5.1", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^1.6.0", diff --git a/package.json b/package.json index 4158a53..d4ae353 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ }, "sideEffects": false, "type": "module", - "version": "1.5.1" + "version": "2.0.0" }