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'