diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eacb9481..d9ef2714 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "packages/as-sha256": "0.4.1", "packages/persistent-merkle-tree": "0.6.1", "packages/persistent-ts": "0.19.1", - "packages/ssz": "0.14.3" + "packages/ssz": "0.15.0" } \ No newline at end of file diff --git a/packages/ssz/CHANGELOG.md b/packages/ssz/CHANGELOG.md index f4c3a009..42d6abb6 100644 --- a/packages/ssz/CHANGELOG.md +++ b/packages/ssz/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.3...ssz-v0.15.0) (2024-03-10) + + +### Features + +* add capability to cache merkle roots for lists ([#349](https://github.com/ChainSafe/ssz/issues/349)) ([14c4457](https://github.com/ChainSafe/ssz/commit/14c4457026a9fbea5bfe5c66580f7c8a8bee790a)) +* improve ViewDU.serialize() ([#350](https://github.com/ChainSafe/ssz/issues/350)) ([4ba45d3](https://github.com/ChainSafe/ssz/commit/4ba45d3afec08a8aaf853237c3cd8439ca62bca5)) + ## [0.14.3](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.2...ssz-v0.14.3) (2024-02-10) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index 8d6071a1..a804cf67 100644 --- a/packages/ssz/package.json +++ b/packages/ssz/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "ChainSafe Systems", "homepage": "https://github.com/chainsafe/ssz", - "version": "0.14.3", + "version": "0.15.0", "main": "lib/index.js", "files": [ "lib/**/*.d.ts",