Skip to content

Commit

Permalink
Merge pull request #32 from pimlicolabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kristofgazso authored Nov 16, 2023
2 parents 5bc4d56 + e32b5f6 commit 370ee5d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-dolls-mate.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- aabe479: Added support for SimpleAccount management

## 0.0.11

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permissionless",
"version": "0.0.11",
"version": "0.0.12",
"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 Expand Up @@ -37,7 +43,6 @@
"import": "./_esm/actions/stackup.js",
"default": "./_cjs/actions/stackup.js"
},

"./actions/smartAccount": {
"types": "./_types/actions/smartAccount.d.ts",
"import": "./_esm/actions/smartAccount.js",
Expand Down

0 comments on commit 370ee5d

Please sign in to comment.