Skip to content

Commit

Permalink
Release ssz 0.9.2 (#269)
Browse files Browse the repository at this point in the history
* Release 0.4.2

* Release ssz 0.9.2
  • Loading branch information
twoeths authored May 31, 2022
1 parent 62ae879 commit 2199073
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/ChainSafe/persistent-merkle-tree/compare/@chainsafe/persistent-merkle-tree@0.4.1...@chainsafe/persistent-merkle-tree@0.4.2) (2022-05-31)

* Fix treeZeroAfterIndex for negative index (#268)

## [0.4.1](https://github.com/ChainSafe/persistent-merkle-tree/compare/@chainsafe/persistent-merkle-tree@0.4.0...@chainsafe/persistent-merkle-tree@0.4.1) (2022-04-14)

* Remove unused files (#248)
Expand Down
2 changes: 1 addition & 1 deletion packages/persistent-merkle-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/persistent-merkle-tree",
"version": "0.4.1",
"version": "0.4.2",
"description": "Merkle tree implemented as a persistent datastructure",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.2](https://github.com/chainsafe/ssz/compare/@chainsafe/ssz@0.9.1...@chainsafe/ssz@0.9.2) (2022-05-31)

* Fix ListCompositeType.sliceTo(-1) (#268)

## [0.9.1](https://github.com/chainsafe/ssz/compare/@chainsafe/ssz@0.9.0...@chainsafe/ssz@0.9.1) (2022-04-14)

* Force usage of Uint8Array.prototype.slice (#258)
Expand Down
4 changes: 2 additions & 2 deletions 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.9.1",
"version": "0.9.2",
"main": "lib/index.js",
"files": [
"lib/**/*.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/persistent-merkle-tree": "^0.4.1",
"@chainsafe/persistent-merkle-tree": "^0.4.2",
"case": "^1.6.3"
},
"devDependencies": {
Expand Down

0 comments on commit 2199073

Please sign in to comment.