Skip to content

Commit 07fb121

Browse files
chore: release master (#526)
🤖 I have created a release *beep* *boop* --- <details><summary>ssz: 1.4.0</summary> ## [1.4.0](ssz-v1.3.4...ssz-v1.4.0) (2026-04-21) ### Features * allow array-like input for VectorCompositeType views ([#525](#525)) ([0feec86](0feec86)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0feec86 commit 07fb121

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/as-sha256": "1.2.4",
33
"packages/persistent-merkle-tree": "1.2.5",
44
"packages/persistent-ts": "1.0.3",
5-
"packages/ssz": "1.3.4"
5+
"packages/ssz": "1.4.0"
66
}

packages/ssz/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1616
* @chainsafe/as-sha256 bumped from 1.1.0 to 1.2.0
1717
* @chainsafe/persistent-merkle-tree bumped from 1.1.0 to 1.2.0
1818

19+
## [1.4.0](https://github.com/ChainSafe/ssz/compare/ssz-v1.3.4...ssz-v1.4.0) (2026-04-21)
20+
21+
22+
### Features
23+
24+
* allow array-like input for VectorCompositeType views ([#525](https://github.com/ChainSafe/ssz/issues/525)) ([0feec86](https://github.com/ChainSafe/ssz/commit/0feec862c943f7b47eff9a74dec33c77a1c62334))
25+
1926
## [1.3.4](https://github.com/ChainSafe/ssz/compare/ssz-v1.3.3...ssz-v1.3.4) (2026-04-21)
2027

2128

packages/ssz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "git+https://github.com/ChainSafe/ssz.git",
1313
"directory": "packages/ssz"
1414
},
15-
"version": "1.3.4",
15+
"version": "1.4.0",
1616
"type": "module",
1717
"main": "./lib/index.js",
1818
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)