diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 70fd0f04..986ea8f3 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.0" + "packages/ssz": "0.14.1" } \ No newline at end of file diff --git a/packages/ssz/CHANGELOG.md b/packages/ssz/CHANGELOG.md index 7c2d24ac..ff7b77a4 100644 --- a/packages/ssz/CHANGELOG.md +++ b/packages/ssz/CHANGELOG.md @@ -20,6 +20,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * dependencies * @chainsafe/persistent-merkle-tree bumped from ^0.4.2 to ^0.5.0 +## [0.14.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.0...ssz-v0.14.1) (2024-02-10) + + +### Bug Fixes + +* relax BitArray#intersectValues types ([#339](https://github.com/ChainSafe/ssz/issues/339)) ([9ba2456](https://github.com/ChainSafe/ssz/commit/9ba2456eff8b224248826be482a776f7c721aece)) + ## [0.14.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.13.0...ssz-v0.14.0) (2023-10-04) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index cf1eac67..d66153f8 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.0", + "version": "0.14.1", "main": "lib/index.js", "files": [ "lib/**/*.d.ts",