Skip to content

Commit

Permalink
chore: version package (#2189)
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 Apr 26, 2024
1 parent 9da229c commit 355ea08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/ten-wolves-reply.md

This file was deleted.

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

## 2.9.28

### Patch Changes

- [`e8c45db48277af8dfc7e3061482bcdc4b17679fb`](https://github.com/wevm/viem/commit/e8c45db48277af8dfc7e3061482bcdc4b17679fb) Thanks [@jxom](https://github.com/jxom)! - Tweaked imports and added `/*#__PURE__*/` annotations for better tree-shaking.

## 2.9.27

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

0 comments on commit 355ea08

Please sign in to comment.