Skip to content

Commit 462af44

Browse files
chore: version package (#397)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e050d86 commit 462af44

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.changeset/forty-jeans-look.md

-5
This file was deleted.

packages/permissionless/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# permissionless
22

3+
## 0.2.43
4+
5+
### Patch Changes
6+
7+
- e050d86574791b210d9de183e85281bbdfe4e498: Added support for kernel 0.3.2 & 0.3.3
8+
39
## 0.2.42
410

511
### Patch Changes

packages/permissionless/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "permissionless",
3-
"version": "0.2.42",
3+
"version": "0.2.43",
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)