Skip to content

Commit 14accb7

Browse files
authored
chore(master): release crunches 1.4.0 (#8)
1 parent 0e82cdf commit 14accb7

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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.3.0"}
1+
{".":"1.4.0"}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/cha0s/crunches/compare/crunches-v1.3.0...crunches-v1.4.0) (2024-11-26)
4+
5+
6+
### Features
7+
8+
* fixed-length arrays ([a10e37d](https://github.com/cha0s/crunches/commit/a10e37d57f4e2db080c5cdfd357d8c9024fa9585))
9+
* optional varuint prefixes ([2d4702b](https://github.com/cha0s/crunches/commit/2d4702b1386bd409c4f4988b5889ad834f2fa61a))
10+
11+
12+
### Bug Fixes
13+
14+
* count padding as written ([7e28ddf](https://github.com/cha0s/crunches/commit/7e28ddf3bcf517a22d759161744b224ec25d2518))
15+
* object prototype ([75f0e9d](https://github.com/cha0s/crunches/commit/75f0e9d558470aacec691ec91716ad338f152b15))
16+
* string size calc ([e3f4c5e](https://github.com/cha0s/crunches/commit/e3f4c5ef7b95dc71fb0682dbdc197e43214d3d0f))
17+
318
## [1.3.0](https://github.com/cha0s/crunches/compare/crunches-v1.2.1...crunches-v1.3.0) (2024-11-26)
419

520

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.3.0"
36+
"version": "1.4.0"
3737
}

0 commit comments

Comments
 (0)