diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76b4ba1..b62a3f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.4"} \ No newline at end of file +{".":"2.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16598d2..d5ab307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/cha0s/crunches/compare/crunches-v2.0.4...crunches-v2.1.0) (2025-05-29) + + +### Features + +* endianness ([19bdca8](https://github.com/cha0s/crunches/commit/19bdca80bdad8b57885f68e293c5bf8f1be250d8)) + + +### Bug Fixes + +* 64-bit typed arrays ([86a3ebe](https://github.com/cha0s/crunches/commit/86a3ebece4aa2ad4fc8fdece84e1b891472c5760)) + ## [2.0.4](https://github.com/cha0s/crunches/compare/crunches-v2.0.3...crunches-v2.0.4) (2024-12-09) diff --git a/package-lock.json b/package-lock.json index 985510b..afc71c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crunches", - "version": "2.0.4", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crunches", - "version": "2.0.4", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^1.6.0", diff --git a/package.json b/package.json index fafeb7d..9a1132e 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ }, "sideEffects": false, "type": "module", - "version": "2.0.4" + "version": "2.1.0" }