Skip to content

Commit

Permalink
v0.3.1 release and changelog (#42)
Browse files Browse the repository at this point in the history
* v0.3.1 release and changelog

* Clean up readme
  • Loading branch information
acolytec3 authored Mar 28, 2024
1 parent 0852222 commit 3ddf5b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.3.1 - 2024-03-29

- Fix several minor bugs impacting ESM and browser usage; add new `VerkleCrypto` type that defines output
of `loadVerkleCrypto`, PR [#41](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/41)

## 0.3.0 - 2024-03-27

- Update API to use async initialization function `loadVerkleCrypto` to instantiate WASM module before use
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ A higher level Verkle Tree TypeScript library using this package is in the works

## Installation

[ Not yet available ]

```
npm i verkle-cryptography-wasm
```
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": "verkle-cryptography-wasm",
"version": "0.3.0",
"version": "0.3.1",
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 3ddf5b3

Please sign in to comment.