Skip to content

Commit 7ada3ee

Browse files
Version Packages
1 parent e3013d8 commit 7ada3ee

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.changeset/small-hands-mate.md

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

packages/permissionless/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- e4379d769ceb1fc83747f8dd5c6d7d8dc28f4c99: fix: upgraded kernel validator to patch vulnerabile in previous version (was unsafe to use)
8+
39
## 0.2.57
410

511
### 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.57",
3+
"version": "0.3.0",
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)