Skip to content

Commit 2cf10b2

Browse files
authored
Merge pull request #459 from pimlicolabs/changeset-release/main
Version Packages
2 parents de2c818 + 84fbeb2 commit 2cf10b2

File tree

6 files changed

+28
-14
lines changed

6 files changed

+28
-14
lines changed

.changeset/lucky-hats-push.md

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

.changeset/small-hands-mate.md

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

packages/mock-paymaster/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- e9b6b788aaed05236cab85ff79f2d1ddc0c81dd4: Added boost_sendUserOperation support and forward unknown requests to bundler
8+
39
## 0.0.5
410

511
### Patch Changes

packages/mock-paymaster/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pimlico/mock-paymaster",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
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 that allows you to create a mock-paymaster instance with Prool",
14-
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "prool"],
14+
"keywords": [
15+
"ethereum",
16+
"erc-4337",
17+
"eip-4337",
18+
"paymaster",
19+
"prool"
20+
],
1521
"license": "MIT",
1622
"exports": {
1723
".": {

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)