Skip to content

Commit 88cd2e2

Browse files
Version Packages (#416)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52a3de1 commit 88cd2e2

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

.changeset/full-peas-open.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-zebras-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-eyes-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/permissionless/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# permissionless
22

3+
## 0.2.48
4+
5+
### Patch Changes
6+
7+
- 56fdf93fca1a7e173c1f34352a93bdc102f0563c: Added authorisation support for installModule and installModules
8+
- 52a3de159521bb98585cad16697fdd871e83b209: Added to7702SimpleSmartAccount
9+
- 5494e69866df60ee87424a51d6f99c4e76eaa7d6: Added to7702KernelSmartAccount
10+
311
## 0.2.47
412

513
### Patch Changes

packages/permissionless/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "permissionless",
3-
"version": "0.2.47",
3+
"version": "0.2.48",
44
"author": "Pimlico",
55
"homepage": "https://docs.pimlico.io/permissionless",
66
"repository": "github:pimlicolabs/permissionless.js",
@@ -11,7 +11,13 @@
1111
"type": "module",
1212
"sideEffects": false,
1313
"description": "A utility library for working with ERC-4337",
14-
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
14+
"keywords": [
15+
"ethereum",
16+
"erc-4337",
17+
"eip-4337",
18+
"paymaster",
19+
"bundler"
20+
],
1521
"license": "MIT",
1622
"exports": {
1723
".": {

0 commit comments

Comments
 (0)