Skip to content

Commit

Permalink
Merge pull request #6 from pimlicolabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kristofgazso authored Sep 27, 2023
2 parents 30ad3fd + d7a4b18 commit 4834995
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/moody-carrots-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-penguins-grow.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- 80e7fad: Added Pimlico Bundler Actions (pimlico_getUserOperationStatus, pimlico_getUserOperationGasPrice)
Added Pimlico Paymaster Actions (pm_sponsorUserOperation)
Added types for BundlerClient, GetUserOperationByHashParameters, GetUserOperationByHashReturnType, GetUserOperationReceiptParameters, GetUserOperationReceiptReturnType
Added createBundlerClient, createPimlicoBundlerClient, createPimlicoPaymasterClient
- 3bbc6d3: Fix JSDoc for Bundler Actions, move viem to peerDependencies, and export getUserOperationReceipt

## 0.0.2

### 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.2",
"version": "0.0.3",
"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 4834995

Please sign in to comment.