Skip to content

Commit

Permalink
chore: version package (#2206)
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] committed May 2, 2024
1 parent 64ce448 commit 900b875
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-impalas-cover.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,11 @@
# viem

## 2.9.31

### Patch Changes

- [`8a2fb73e06073af2f0cb3e21f4a964b59dc13ba2`](https://github.com/wevm/viem/commit/8a2fb73e06073af2f0cb3e21f4a964b59dc13ba2) Thanks [@jxom](https://github.com/jxom)! - **Experimental:** Fixed `getCapabilities` parameter type.

## 2.9.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/errors/version.ts
@@ -1 +1 @@
export const version = '2.9.30'
export const version = '2.9.31'
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "2.9.30",
"version": "2.9.31",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 900b875

Please sign in to comment.