Skip to content

Commit 2c6fcfe

Browse files
chore: version packages (#38)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 39604df commit 2c6fcfe

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/dirty-yaks-juggle.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.4.1
4+
5+
### Patch Changes
6+
7+
- [#37](https://github.com/wevm/ox/pull/37) [`39604df`](https://github.com/wevm/ox/commit/39604df9f84b810322e12f767ef450c0c2ced308) Thanks [@jxom](https://github.com/jxom)! - Added `ox/erc6492` entrypoint.
8+
39
## 0.4.0
410

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

0 commit comments

Comments
 (0)