File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/as-sha256" : " 1.2.0 " ,
3- "packages/persistent-merkle-tree" : " 1.2.1 " ,
2+ "packages/as-sha256" : " 1.2.1 " ,
3+ "packages/persistent-merkle-tree" : " 1.2.2 " ,
44 "packages/persistent-ts" : " 1.0.1" ,
5- "packages/ssz" : " 1.3.0 "
5+ "packages/ssz" : " 1.3.1 "
66}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.2.1] ( https://github.com/ChainSafe/ssz/compare/as-sha256-v1.2.0...as-sha256-v1.2.1 ) (2026-03-18)
7+
8+
9+ ### Miscellaneous
10+
11+ * migrate yarn 1 to pnpm ([ #496 ] ( https://github.com/ChainSafe/ssz/issues/496 ) ) ([ d72d7af] ( https://github.com/ChainSafe/ssz/commit/d72d7afdd2047854701d3d55b6b7e395f3ce4f7a ) )
12+
613## [ 1.2.0] ( https://github.com/ChainSafe/ssz/compare/as-sha256-v1.1.0...as-sha256-v1.2.0 ) (2025-05-30)
714
815
Original file line number Diff line number Diff line change 11{
22 "name" : " @chainsafe/as-sha256" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " An AssemblyScript implementation of SHA256" ,
55 "author" : " ChainSafe Systems" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
99 * dependencies
1010 * @chainsafe/as-sha256 bumped to 0.4.2
1111
12+ ## [ 1.2.2] ( https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v1.2.1...persistent-merkle-tree-v1.2.2 ) (2026-03-18)
13+
14+
15+ ### Miscellaneous
16+
17+ * fix ssz links ([ #511 ] ( https://github.com/ChainSafe/ssz/issues/511 ) ) ([ 3956039] ( https://github.com/ChainSafe/ssz/commit/395603961d179b7599f037e458949eeffb399ee2 ) )
18+ * migrate yarn 1 to pnpm ([ #496 ] ( https://github.com/ChainSafe/ssz/issues/496 ) ) ([ d72d7af] ( https://github.com/ChainSafe/ssz/commit/d72d7afdd2047854701d3d55b6b7e395f3ce4f7a ) )
19+
20+
21+ ### Dependencies
22+
23+ * The following workspace dependencies were updated
24+ * dependencies
25+ * @chainsafe/as-sha256 bumped to 1.2.1
26+
1227## [ 1.2.1] ( https://github.com/chainsafe/ssz/compare/persistent-merkle-tree-v1.2.0...persistent-merkle-tree-v1.2.1 ) (2025-08-22)
1328
1429
Original file line number Diff line number Diff line change 11{
22 "name" : " @chainsafe/persistent-merkle-tree" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " Merkle tree implemented as a persistent datastructure" ,
55 "type" : " module" ,
66 "exports" : {
Original file line number Diff line number Diff line change @@ -16,6 +16,27 @@ 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.3.1] ( https://github.com/ChainSafe/ssz/compare/ssz-v1.3.0...ssz-v1.3.1 ) (2026-03-18)
20+
21+
22+ ### Bug Fixes
23+
24+ * allow array-like input for VectorBasicType views ([ #512 ] ( https://github.com/ChainSafe/ssz/issues/512 ) ) ([ 1d0ff62] ( https://github.com/ChainSafe/ssz/commit/1d0ff625bc9d81626bc11abb72653924b7a86f73 ) )
25+
26+
27+ ### Miscellaneous
28+
29+ * fix ssz links ([ #511 ] ( https://github.com/ChainSafe/ssz/issues/511 ) ) ([ 3956039] ( https://github.com/ChainSafe/ssz/commit/395603961d179b7599f037e458949eeffb399ee2 ) )
30+ * migrate yarn 1 to pnpm ([ #496 ] ( https://github.com/ChainSafe/ssz/issues/496 ) ) ([ d72d7af] ( https://github.com/ChainSafe/ssz/commit/d72d7afdd2047854701d3d55b6b7e395f3ce4f7a ) )
31+
32+
33+ ### Dependencies
34+
35+ * The following workspace dependencies were updated
36+ * dependencies
37+ * @chainsafe/as-sha256 bumped to 1.2.1
38+ * @chainsafe/persistent-merkle-tree bumped to 1.2.2
39+
1940## [ 1.3.0] ( https://github.com/ChainSafe/ssz/compare/ssz-v1.2.2...ssz-v1.3.0 ) (2025-11-22)
2041
2142
Original file line number Diff line number Diff line change 44 "license" : " Apache-2.0" ,
55 "author" : " ChainSafe Systems" ,
66 "homepage" : " https://github.com/chainsafe/ssz" ,
7- "version" : " 1.3.0 " ,
7+ "version" : " 1.3.1 " ,
88 "type" : " module" ,
99 "main" : " ./lib/index.js" ,
1010 "types" : " ./lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments