Skip to content

Commit fc56a53

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

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.changeset/bitter-parents-read.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.2.47
4+
5+
### Patch Changes
6+
7+
- ad6fc0eadc2c7ebb93b097ced501922947b71984: Fixed threshold for safe
8+
39
## 0.2.46
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.46",
3+
"version": "0.2.47",
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)