Skip to content

Commit d17e35c

Browse files
chore: version packages (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61a9c57 commit d17e35c

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.changeset/brave-cheetahs-buy.md

-5
This file was deleted.

.changeset/small-pens-burn.md

-5
This file was deleted.

src/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ox
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [`09f72cb`](https://github.com/wevm/ox/commit/09f72cb33f076151e3437cf42b1cad775148a2bb) Thanks [@jxom](https://github.com/jxom)! - Updated EIP-5792 APIs to the latest spec on `RpcSchema`.
8+
9+
### Patch Changes
10+
11+
- [`61a9c57`](https://github.com/wevm/ox/commit/61a9c5798b8072b9c16691463742835b15c17468) Thanks [@jxom](https://github.com/jxom)! - Added EIP-5792 provider errors.
12+
313
## 0.6.12
414

515
### Patch Changes

src/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/ox",
3-
"version": "0.6.12",
3+
"version": "0.7.0",
44
"publish": {
55
"include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"],
66
"exclude": [

src/package.json

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

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/** @internal */
2-
export const version = '0.6.12'
2+
export const version = '0.7.0'

0 commit comments

Comments
 (0)