Skip to content

Commit a02d478

Browse files
chore: new release (#29)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e2e042 commit a02d478

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/nasty-points-wait.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @peeramid-labs/eds
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.1.1
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@peeramid-labs/eds",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"files": [
55
"abi",
66
"deployments",

src/ICodeIndexDep.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ interface ICodeIndex {
1111
function register(address container) external;
1212

1313
function get(bytes32 id) external view returns (address);
14-
}
14+
}

0 commit comments

Comments
 (0)