Skip to content

Commit 6a5738f

Browse files
chore: version package (#2848)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 65cd2c6 commit 6a5738f

8 files changed

+39
-43
lines changed

.changeset/itchy-cooks-lick.md

-5
This file was deleted.

.changeset/mighty-bags-play.md

-5
This file was deleted.

.changeset/nice-paws-protect.md

-5
This file was deleted.

pnpm-lock.yaml

+26-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# viem
22

3+
## 2.21.24
4+
5+
### Patch Changes
6+
7+
- [#2846](https://github.com/wevm/viem/pull/2846) [`38def97b`](https://github.com/wevm/viem/commit/38def97bf2786f4ed0c68afc94d0f2078c842ec3) Thanks [@fengbaolong](https://github.com/fengbaolong)! - Added Elastos chain.
8+
9+
- [#2847](https://github.com/wevm/viem/pull/2847) [`bd23492e`](https://github.com/wevm/viem/commit/bd23492e1b36b9f7bb2ccc412a9e165e809d1bb2) Thanks [@fengbaolong](https://github.com/fengbaolong)! - Added loop chain.
10+
11+
- [`65cd2c68`](https://github.com/wevm/viem/commit/65cd2c68ff5fd815ecc408a8f511120da5e01c0c) Thanks [@jxom](https://github.com/jxom)! - Added Odyssey Testnet.
12+
313
## 2.21.23
414

515
### Patch Changes

src/errors/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.21.23'
1+
export const version = '2.21.24'

src/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/viem",
3-
"version": "2.21.23",
3+
"version": "2.21.24",
44
"exports": {
55
".": "./index.ts",
66
"./accounts": "./accounts/index.ts",

src/package.json

+1-1
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.21.23",
4+
"version": "2.21.24",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)