Skip to content

Commit a32dcde

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

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/rude-donkeys-pump.md

-5
This file was deleted.

src/CHANGELOG.md

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

3+
## 0.6.11
4+
5+
### Patch Changes
6+
7+
- [`ba67f11`](https://github.com/wevm/ox/commit/ba67f11bb377f132583a3eb04ae761bd36a08387) Thanks [@jxom](https://github.com/jxom)! - Enhanced handling of arbitrary Provider errors.
8+
39
## 0.6.10
410

511
### 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.10",
3+
"version": "0.6.11",
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.10",
4+
"version": "0.6.11",
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.10'
2+
export const version = '0.6.11'

0 commit comments

Comments
 (0)