Skip to content

Commit

Permalink
Merge branch 'main' into use-another-interface-for-more-loose-code-index
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Nov 20, 2024
2 parents 8365f34 + a02d478 commit 8210a8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

## 2.1.2

### Patch Changes

- [#28](https://github.com/peeramid-labs/eds/pull/28) [`3e2e0429f37fff1e1cb38a27ed7ba08a6ff4c11b`](https://github.com/peeramid-labs/eds/commit/3e2e0429f37fff1e1cb38a27ed7ba08a6ff4c11b) Thanks [@peersky](https://github.com/peersky)! - added aux file for codeIndex interface in more loose pragma to be more reusable as library

## 2.1.1

### 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.1.1",
"version": "2.1.2",
"files": [
"abi",
"deployments",
Expand Down
2 changes: 1 addition & 1 deletion src/ICodeIndexDep.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ interface ICodeIndex {
function register(address container) external;

function get(bytes32 id) external view returns (address);
}
}

0 comments on commit 8210a8a

Please sign in to comment.