Skip to content

Commit 71a4e7a

Browse files
chore: version package (wevm#2527)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e426cae commit 71a4e7a

File tree

7 files changed

+47
-48
lines changed

7 files changed

+47
-48
lines changed

.changeset/nasty-glasses-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-olives-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# viem
22

3+
## 2.17.11
4+
5+
### Patch Changes
6+
7+
- [`37d837cc`](https://github.com/wevm/viem/commit/37d837cc0bfccbeac7d8be5ffe25cb71c57ac764) Thanks [@tmm](https://github.com/tmm)! - Fixed internal type errors.
8+
9+
- [#2526](https://github.com/wevm/viem/pull/2526) [`e426cae2`](https://github.com/wevm/viem/commit/e426cae239a6bf8bb73ad4cd6861d23edbe07240) Thanks [@Si-Ki](https://github.com/Si-Ki)! - Added `bobaSepolia` chain.
10+
311
## 2.17.10
412

513
### Patch Changes

src/errors/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.17.10'
1+
export const version = '2.17.11'

src/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/viem",
3-
"version": "2.17.10",
3+
"version": "2.17.11",
44
"exports": {
55
".": "./index.ts",
66
"./accounts": "./accounts/index.ts",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viem",
33
"description": "TypeScript Interface for Ethereum",
4-
"version": "2.17.10",
4+
"version": "2.17.11",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)