diff --git a/.changeset/orange-mayflies-suffer.md b/.changeset/orange-mayflies-suffer.md deleted file mode 100644 index 4b6a2a1..0000000 --- a/.changeset/orange-mayflies-suffer.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@peeramid-labs/eds": minor ---- - -- 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 - diff --git a/CHANGELOG.md b/CHANGELOG.md index d488833..4ede6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 462d3fb..b5233f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peeramid-labs/eds", - "version": "2.2.3", + "version": "2.3.0", "files": [ "abi", "deployments",