From 4d095be80cfdc6a02a4504c9b0799472d0267ef6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Aug 2023 18:31:50 +0000 Subject: [PATCH] Version Packages --- .changeset/twelve-hounds-glow.md | 5 ----- packages/fee-estimation/CHANGELOG.md | 6 ++++++ packages/fee-estimation/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twelve-hounds-glow.md diff --git a/.changeset/twelve-hounds-glow.md b/.changeset/twelve-hounds-glow.md deleted file mode 100644 index 4daa6d7ae28a..000000000000 --- a/.changeset/twelve-hounds-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@eth-optimism/fee-estimation': patch ---- - -Fixed bug with 'estimateFees' not taking into account the l2 gas price diff --git a/packages/fee-estimation/CHANGELOG.md b/packages/fee-estimation/CHANGELOG.md index fbb7d2efc777..c361b0baaf2e 100644 --- a/packages/fee-estimation/CHANGELOG.md +++ b/packages/fee-estimation/CHANGELOG.md @@ -1,5 +1,11 @@ # @eth-optimism/fee-estimation +## 0.15.2 + +### Patch Changes + +- [#6609](https://github.com/ethereum-optimism/optimism/pull/6609) [`0e83c4452`](https://github.com/ethereum-optimism/optimism/commit/0e83c44522e1a13e4d5c1395fd4dc9dbae8be08d) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug with 'estimateFees' not taking into account the l2 gas price + ## 0.15.1 ### Patch Changes diff --git a/packages/fee-estimation/package.json b/packages/fee-estimation/package.json index 0ff9f25b3984..80d1e09f421c 100644 --- a/packages/fee-estimation/package.json +++ b/packages/fee-estimation/package.json @@ -1,6 +1,6 @@ { "name": "@eth-optimism/fee-estimation", - "version": "0.15.1", + "version": "0.15.2", "description": "Lightweight library for doing OP-Chain gas estimation", "license": "MIT", "repository": {