Skip to content

Commit

Permalink
chore: release master (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Mar 1, 2023
1 parent 3c0a2c5 commit dbae75a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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": "0.3.1",
"packages/persistent-merkle-tree": "0.5.0",
"packages/persistent-ts": "0.19.1",
"packages/ssz": "0.10.1"
"packages/ssz": "0.10.2"
}
7 changes: 7 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.2](https://github.com/ChainSafe/ssz/compare/ssz-v0.10.1...ssz-v0.10.2) (2023-02-28)


### Bug Fixes

* Remove replaceAll with replace(/.../g,... for ES2019 compatibility ([#309](https://github.com/ChainSafe/ssz/issues/309)) ([3c0a2c5](https://github.com/ChainSafe/ssz/commit/3c0a2c5dfe678925cd1b35b486b66738cdb12e99))

## [0.9.4](http://chainsafe/ssz/compare/@chainsafe/ssz@0.9.3...@chainsafe/ssz@0.9.4) (2022-12-08)

**Note:** Version bump only for package @chainsafe/ssz
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": "0.10.1",
"version": "0.10.2",
"main": "lib/index.js",
"files": [
"lib/**/*.d.ts",
Expand Down

0 comments on commit dbae75a

Please sign in to comment.