Skip to content

Commit

Permalink
Remove postinstall build hook, bump version to v0.2.1, add CHANGELOG …
Browse files Browse the repository at this point in the history
…entry (#35)
  • Loading branch information
holgerd77 authored Mar 11, 2024
1 parent 347945a commit 7316af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.2.1 - 2024-03-11

- Remove `postinstall` build hook, PR [#35](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/35)

## 0.2.0 - 2024-03-08

- Limit API exposure to FFI, PR [#32](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/32)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verkle-cryptography-wasm",
"version": "0.2.0",
"version": "0.2.1",
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -39,7 +39,6 @@
"clean": "rm -rf node_modules dist",
"lint": "eslint .",
"lint:fix": "eslint --fix --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx",
"postinstall": "npm run build",
"test": "npx vitest run"
},
"devDependencies": {
Expand Down

0 comments on commit 7316af1

Please sign in to comment.