File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
(modification: no type change headlines) and this project adheres to
6
6
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
13
## 0.3.0 - 2024-02-14
9
14
10
15
- Improved (older version) ESM support (❤️ to @roninjin10 for the contribution), PR [ #7 ] ( https://github.com/ethereumjs/rustbn-wasm/pull/7 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rustbn-wasm" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" : " Javascript bindings for https://github.com/paritytech/bn (using WASM)" ,
5
5
"keywords" : [
6
6
" ethereum" ,
You can’t perform that action at this time.
0 commit comments