Skip to content

Commit d6240bc

Browse files
committed
Update changelog and version
1 parent cd2c077 commit d6240bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
(modification: no type change headlines) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.4.0 - 2024-03-8
9+
10+
- Revise API to remove top-level await and replace with an async initatior `initRustBN`, PR [#12](https://github.com/ethereumjs/rustbn-wasm/pull/12)
11+
- Update library readme and usage instructions, PR [#13](https://github.com/ethereumjs/rustbn-wasm/pull/13)
12+
813
## 0.3.0 - 2024-02-14
914

1015
- Improved (older version) ESM support (❤️ to @roninjin10 for the contribution), PR [#7](https://github.com/ethereumjs/rustbn-wasm/pull/7)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rustbn-wasm",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Javascript bindings for https://github.com/paritytech/bn (using WASM)",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)