diff --git a/.changeset/strong-lions-relax.md b/.changeset/strong-lions-relax.md deleted file mode 100644 index 26b2cc68..00000000 --- a/.changeset/strong-lions-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"permissionless": patch ---- - -Allow using raw accounts with `signUserOperationHashWithECDSA` diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index f021692d..6b3a4a1a 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # permissionless +## 0.0.11 + +### Patch Changes + +- 5e990c1: Allow using raw accounts with `signUserOperationHashWithECDSA` + ## 0.0.10 ### Patch Changes diff --git a/src/package.json b/src/package.json index e96eb7c9..aee63ca1 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "permissionless", - "version": "0.0.10", + "version": "0.0.11", "author": "Pimlico", "main": "./_cjs/index.js", "module": "./_esm/index.js",