diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 986ea8f3..705da672 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.1" + "packages/ssz": "0.14.2" } \ No newline at end of file diff --git a/packages/ssz/CHANGELOG.md b/packages/ssz/CHANGELOG.md index 976481f4..8ad7c7a9 100644 --- a/packages/ssz/CHANGELOG.md +++ b/packages/ssz/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.2](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.1...ssz-v0.14.2) (2024-02-10) + + +### Bug Fixes + +* update changelog ordering ([#342](https://github.com/ChainSafe/ssz/issues/342)) ([698ad13](https://github.com/ChainSafe/ssz/commit/698ad13f8828a237650136ff90f3793b09357ddc)) + ## [0.14.1](https://github.com/ChainSafe/ssz/compare/ssz-v0.14.0...ssz-v0.14.1) (2024-02-10) diff --git a/packages/ssz/package.json b/packages/ssz/package.json index d66153f8..e82e3201 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.1", + "version": "0.14.2", "main": "lib/index.js", "files": [ "lib/**/*.d.ts",