Skip to content

Commit

Permalink
chore: version package (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 12, 2024
1 parent a5593ef commit 905404a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-houses-pretend.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- a5593ef8ee73001434ff717b39fe1298cba196d3: Added exports for parameters and return types

## 0.1.0

### Minor Changes
Expand Down
10 changes: 8 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@permissionless/wagmi",
"version": "0.1.0",
"version": "0.1.1",
"author": "Pimlico",
"homepage": "https://docs.pimlico.io/permissionless/wagmi",
"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 905404a

Please sign in to comment.