Skip to content

Commit 438d16e

Browse files
chore: version packages (#302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1815469 commit 438d16e

5 files changed

Lines changed: 10 additions & 12 deletions

File tree

.changeset/calm-pandas-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-dodos-count.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ox
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
311
## 1.0.0
412

513
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"name": "ox",
123123
"description": "Ethereum Standard Library",
124124
"type": "module",
125-
"version": "1.0.0",
125+
"version": "1.0.1",
126126
"main": "./dist/index.js",
127127
"sideEffects": false,
128128
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/** @internal */
2-
export const version = '1.0.0'
2+
export const version = '1.0.1'

0 commit comments

Comments
 (0)