Skip to content

Commit

Permalink
chore: version package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2023
1 parent 27fe13f commit 426fa66
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-parents-shop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-trees-beg.md

This file was deleted.

7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# permissionless

## 0.0.7

### Patch Changes

- 6f868d8: Added stackup paymaster actions
- 37d2171: Made esm build compatible with Node

## 0.0.6

### Patch Changes
Expand Down
10 changes: 8 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permissionless",
"version": "0.0.6",
"version": "0.0.7",
"author": "Pimlico",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand All @@ -9,7 +9,13 @@
"type": "module",
"sideEffects": false,
"description": "A utility library for working with ERC-4337",
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
"keywords": [
"ethereum",
"erc-4337",
"eip-4337",
"paymaster",
"bundler"
],
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit 426fa66

Please sign in to comment.