Skip to content

Commit b25f656

Browse files
authored
chore(master): release crunches 1.5.0 (#10)
1 parent 1733a1a commit b25f656

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.4.1"}
1+
{".":"1.5.0"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/cha0s/crunches/compare/crunches-v1.4.1...crunches-v1.5.0) (2024-11-27)
4+
5+
6+
### Features
7+
8+
* (u)int64 ([bcf83f1](https://github.com/cha0s/crunches/commit/bcf83f1dc5dda6d14494ed0f06767bd3fe7381f0))
9+
* Schema::allocate ([91184cb](https://github.com/cha0s/crunches/commit/91184cb910de39aa985a1aa806a03df53e4a3dab))
10+
* type aliases ([c0c6ed2](https://github.com/cha0s/crunches/commit/c0c6ed2429be2a4afcc7314669aa32fe573ad89d))
11+
312
## [1.4.1](https://github.com/cha0s/crunches/compare/crunches-v1.4.0...crunches-v1.4.1) (2024-11-26)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
},
3434
"sideEffects": false,
3535
"type": "module",
36-
"version": "1.4.1"
36+
"version": "1.5.0"
3737
}

0 commit comments

Comments
 (0)