Skip to content

Commit

Permalink
chore: version package (#65)
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 Nov 14, 2024
1 parent 6ef0747 commit 6ab7e7c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-socks-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-students-return.md

This file was deleted.

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# viem

## 1.15.1

### Patch Changes

- [#66](https://github.com/flashbots/suave-viem/pull/66) [`6ef0747`](https://github.com/flashbots/suave-viem/commit/6ef07479226e528d33658c4aa0f012d40e77a8bc) Thanks [@michcio1234](https://github.com/michcio1234)! - Fix sending Legacy transactions

- [#64](https://github.com/flashbots/suave-viem/pull/64) [`43e44c4`](https://github.com/flashbots/suave-viem/commit/43e44c4dab206f158f483704b11e45fe288bdeb4) Thanks [@michcio1234](https://github.com/michcio1234)! - Fix chain in suave wallet

## 1.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.14.4'
export const version = '1.15.1'
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flashbots/suave-viem",
"description": "TypeScript Interface for Ethereum & SUAVE Chain",
"version": "1.15.0",
"version": "1.15.1",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 6ab7e7c

Please sign in to comment.