From da713db9245b631d2b0a0939bd1dcc0d9cda9343 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Aug 2023 13:20:06 +0000 Subject: [PATCH] chore: version package --- .changeset/mighty-ants-deny.md | 5 ----- .changeset/three-items-fix.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/errors/version.ts | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/mighty-ants-deny.md delete mode 100644 .changeset/three-items-fix.md diff --git a/.changeset/mighty-ants-deny.md b/.changeset/mighty-ants-deny.md deleted file mode 100644 index 5d3281f8ff..0000000000 --- a/.changeset/mighty-ants-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Fixed `docsPath` value in `estimateContractGas`. diff --git a/.changeset/three-items-fix.md b/.changeset/three-items-fix.md deleted file mode 100644 index 5ddc8f8681..0000000000 --- a/.changeset/three-items-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Support passing `gasPrice` for chains that include `baseFeePerGas` but do not support EIP-1559 Transactions (e.g. BSC). diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a31acc3c4..263920908c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # viem +## 1.5.4 + +### Patch Changes + +- [#1000](https://github.com/wagmi-dev/viem/pull/1000) [`4bdbf15b`](https://github.com/wagmi-dev/viem/commit/4bdbf15be0d61b52a195e11c97201e707fb616cc) Thanks [@jxom](https://github.com/jxom)! - Fixed `docsPath` value in `estimateContractGas`. + +* [#999](https://github.com/wagmi-dev/viem/pull/999) [`de94d81f`](https://github.com/wagmi-dev/viem/commit/de94d81f41689ae9155c1295c8f7b80e4a7c9540) Thanks [@jxom](https://github.com/jxom)! - Support passing `gasPrice` for chains that include `baseFeePerGas` but do not support EIP-1559 Transactions (e.g. BSC). + ## 1.5.3 ### Patch Changes diff --git a/package.json b/package.json index 2440fc7df5..6a99dbce22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "1.5.3", + "version": "1.5.4", "scripts": { "bench": "vitest bench", "bench:ci": "CI=true vitest bench", diff --git a/src/errors/version.ts b/src/errors/version.ts index afc038ab67..c4f2d7b160 100644 --- a/src/errors/version.ts +++ b/src/errors/version.ts @@ -1 +1 @@ -export const version = '1.5.3' +export const version = '1.5.4'