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 Nov 3, 2024
1 parent 6cef09d commit d5097ba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-flowers-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-camels-collect.md

This file was deleted.

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

## 0.2.14

### Patch Changes

- d58a8aa474e6a6d717f3623833e0cf5489d1c46f: Added support for Biconomy's Nexus account
- b293e3e97749e4382628f1b4d9d2e34a0b493c59: Fixed support for latest audited 7579 contracts

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"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 d5097ba

Please sign in to comment.