From 83dd9ada9f9cb6340e72c7fac6e2be3299e0bbde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:49:37 +0000 Subject: [PATCH] chore: version packages --- .changeset/tidy-zones-withdraw.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/tidy-zones-withdraw.md diff --git a/.changeset/tidy-zones-withdraw.md b/.changeset/tidy-zones-withdraw.md deleted file mode 100644 index bc830945..00000000 --- a/.changeset/tidy-zones-withdraw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'ox': patch ---- - -Fixed `WithdrawalSenderTag.from` to include the Zone withdrawal fallback nonce. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b465e0f..b8940b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ox +## 1.6.2 + +### Patch Changes + +- [#385](https://github.com/wevm/ox/pull/385) [`8100dbf`](https://github.com/wevm/ox/commit/8100dbf8d4835d27b241d0078616e8852b2a77f2) Thanks [@struong](https://github.com/struong)! - Fixed `WithdrawalSenderTag.from` to include the Zone withdrawal fallback nonce. + ## 1.6.1 ### Patch Changes diff --git a/package.json b/package.json index eeb89d6c..d2fa53b1 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "name": "ox", "description": "Ethereum Standard Library", "type": "module", - "version": "1.6.1", + "version": "1.6.2", "main": "./dist/index.js", "sideEffects": false, "license": "MIT", diff --git a/src/version.ts b/src/version.ts index c5c2dc5e..af36cdfb 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ /** @internal */ -export const version = '1.6.1' +export const version = '1.6.2'