Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages/as-sha256": "1.1.0",
"packages/persistent-merkle-tree": "1.1.0",
"packages/persistent-ts": "1.0.0",
"packages/ssz": "1.1.0"
"packages/ssz": "1.2.0"
}
8 changes: 8 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chainsafe/persistent-merkle-tree bumped from 1.0.0 to 1.0.1

## [1.2.0](https://github.com/ChainSafe/ssz/compare/ssz-v1.1.0...ssz-v1.2.0) (2025-03-13)


### Features

* get list composite by range ([#472](https://github.com/ChainSafe/ssz/issues/472)) ([#473](https://github.com/ChainSafe/ssz/issues/473)) ([867273f](https://github.com/ChainSafe/ssz/commit/867273fc88a8c9e50662ebf491caf2a584fcc48a))
* model ListValidator ssz type ([#471](https://github.com/ChainSafe/ssz/issues/471)) ([9432799](https://github.com/ChainSafe/ssz/commit/9432799856f4f3e6cf3c43066715662313392f43))

## [1.1.0](https://github.com/ChainSafe/ssz/compare/ssz-v1.0.2...ssz-v1.1.0) (2025-03-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/ssz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "ChainSafe Systems",
"homepage": "https://github.com/chainsafe/ssz",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down