Skip to content

Commit

Permalink
chore: new release (#43)
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] authored Jan 18, 2025
1 parent 032523a commit 1653e9d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/orange-mayflies-suffer.md

This file was deleted.

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

## 2.3.0

### Minor Changes

- [#42](https://github.com/peeramid-labs/eds/pull/42) [`8a86a52a7472ac4ef13484b58bd9b809339fc4a0`](https://github.com/peeramid-labs/eds/commit/8a86a52a7472ac4ef13484b58bd9b809339fc4a0) Thanks [@peersky](https://github.com/peersky)! - - Removed metadata from compilation artifact

- Renamed CodeIndex artifacts into ERC7744 to be more explicit
- Adjusted tests
- Bumped compilation for ERC7744 to solidity 0.8.28
- Added artifacts to npm package exports to allow 3rd party projects deploy ERC7744 on their own

## Breaking changes

- ERC7744 Code Index address changes to `0xC0dE1D2F7662c63796E544B2647b2A94EE658E07`
- ICodeIndexRef.sol was removed, you can now directly interface from IERC7744
- ICodeIndex.sol and CodeIndex.sol renamed to IERC7744.sol and ERC7744.sol

## 2.2.3

### Patch Changes
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": "2.2.3",
"version": "2.3.0",
"files": [
"abi",
"deployments",
Expand Down

0 comments on commit 1653e9d

Please sign in to comment.