diff --git a/.changeset/calm-pandas-smile.md b/.changeset/calm-pandas-smile.md deleted file mode 100644 index eaf21019..00000000 --- a/.changeset/calm-pandas-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'ox': patch ---- - -Preserved leading NUL bytes when decoding ABI `string` values. diff --git a/.changeset/tidy-dodos-count.md b/.changeset/tidy-dodos-count.md deleted file mode 100644 index 20384f32..00000000 --- a/.changeset/tidy-dodos-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'ox': patch ---- - -Restored number-valued SIWE chain IDs for message creation and parsing. diff --git a/CHANGELOG.md b/CHANGELOG.md index 95906a26..3d41890c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ox +## 1.0.1 + +### Patch Changes + +- [#301](https://github.com/wevm/ox/pull/301) [`1815469`](https://github.com/wevm/ox/commit/1815469020647e4343cd31e078b49f04cceac614) Thanks [@jxom](https://github.com/jxom)! - Preserved leading NUL bytes when decoding ABI `string` values. + +- [#300](https://github.com/wevm/ox/pull/300) [`1074bb3`](https://github.com/wevm/ox/commit/1074bb3d7b0a750435c24345c12c46c820695cad) Thanks [@jxom](https://github.com/jxom)! - Restored number-valued SIWE chain IDs for message creation and parsing. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 7edf8561..9889469f 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "name": "ox", "description": "Ethereum Standard Library", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "main": "./dist/index.js", "sideEffects": false, "license": "MIT", diff --git a/src/version.ts b/src/version.ts index 24eefa5a..4fe5dfab 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ /** @internal */ -export const version = '1.0.0' +export const version = '1.0.1'