Skip to content

Commit

Permalink
Merge pull request #120 from pimlicolabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
plusminushalf authored Feb 25, 2024
2 parents 2ba4c25 + 69bc084 commit 207c475
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-adults-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-rocks-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-shrimps-carry.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- be2929a3ad655475510e136c4289269b86ce0714: Add EntryPoint v0.7 support
- f860a3a0678418b820a84e222f444f5bd21f1782: providerToSmartAccountSigner accepts keyword args
- dcf9d9dc5b018742ef93827974a67b77cc2cf702: Add support for middleware in createSmartAccountClient

## 0.0.36

### Patch Changes
Expand Down
10 changes: 8 additions & 2 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permissionless",
"version": "0.0.37",
"version": "0.1.0",
"author": "Pimlico",
"homepage": "https://docs.pimlico.io/permissionless",
"repository": "github:pimlicolabs/permissionless.js",
Expand All @@ -11,7 +11,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 207c475

Please sign in to comment.