Skip to content

Commit

Permalink
bump version to 0.4 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Apr 17, 2024
1 parent 2976f72 commit 1e40143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.4.0 - 2024-04-16

- Add browser specific build and corresponding updates to exports map in package.json, PR [#11](https://github.com/ethereumjs/kzg-wasm/pull/11)

## 0.3.1 - 2024-03-14

- Add optional trusted setup parameter to `loadKZG`, PR [#9](https://github.com/ethereumjs/kzg-wasm/pull/9)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kzg-wasm",
"version": "0.3.1",
"version": "0.4.0",
"description": "a WASM compilation of c-kzg-4844",
"scripts": {
"build": "npm run build:ts && npm run transpileCJS && npm run fixRequire",
Expand Down

0 comments on commit 1e40143

Please sign in to comment.