Skip to content

Commit 3facd09

Browse files
chore: version packages (#429)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cc9524 commit 3facd09

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/tidy-rpcs-simulate.md

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

src/CHANGELOG.md

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

3+
## 0.14.43
4+
5+
### Patch Changes
6+
7+
- [#427](https://github.com/wevm/ox/pull/427) [`7cc9524`](https://github.com/wevm/ox/commit/7cc952451549861398e1b9fd686f3dfba3389063) Thanks [@jxom](https://github.com/jxom)! - Aligned Tempo multisig simulation requests and RPC signatures with T12's encoded wire formats.
8+
39
## 0.14.42
410

511
### Patch Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ox",
33
"description": "Ethereum Standard Library",
4-
"version": "0.14.42",
4+
"version": "0.14.43",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

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 = '0.14.42'
2+
export const version = '0.14.43'

0 commit comments

Comments
 (0)