diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c973519..287b4c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.1"} \ No newline at end of file +{".":"1.5.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c86f72e..69a40a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.5.0](https://github.com/cha0s/crunches/compare/crunches-v1.4.1...crunches-v1.5.0) (2024-11-27) + + +### Features + +* (u)int64 ([bcf83f1](https://github.com/cha0s/crunches/commit/bcf83f1dc5dda6d14494ed0f06767bd3fe7381f0)) +* Schema::allocate ([91184cb](https://github.com/cha0s/crunches/commit/91184cb910de39aa985a1aa806a03df53e4a3dab)) +* type aliases ([c0c6ed2](https://github.com/cha0s/crunches/commit/c0c6ed2429be2a4afcc7314669aa32fe573ad89d)) + ## [1.4.1](https://github.com/cha0s/crunches/compare/crunches-v1.4.0...crunches-v1.4.1) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index 22b4c77..e7703f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crunches", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crunches", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^1.6.0", diff --git a/package.json b/package.json index 3af16ea..a68c58e 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ }, "sideEffects": false, "type": "module", - "version": "1.4.1" + "version": "1.5.0" }