Skip to content

Commit

Permalink
chore: new release (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 10, 2024
1 parent cd408aa commit 88c3741
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/ten-trains-tickle.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @peeramid-labs/eds

## 0.2.1

### Patch Changes

- [`19aef3082c8adbfe6ec81da6c9fbe3120393ae36`](https://github.com/peeramid-labs/eds/commit/19aef3082c8adbfe6ec81da6c9fbe3120393ae36) Thanks [@peersky](https://github.com/peersky)! - fixed initializer interface to return correct types for distribution name and version

## 0.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions abi/src/interfaces/IInitializer.sol/IInitializer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"type": "address[]"
},
{
"internalType": "string",
"internalType": "bytes32",
"name": "distributionName",
"type": "string"
"type": "bytes32"
},
{
"internalType": "string",
"internalType": "uint256",
"name": "distributionVersion",
"type": "string"
"type": "uint256"
},
{
"internalType": "bytes",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeramid-labs/eds",
"version": "0.2.0",
"version": "0.2.1",
"files": [
"abi",
"deployments",
Expand Down

0 comments on commit 88c3741

Please sign in to comment.