From 7316af16860389d23ae529500ff78baf195d7fab Mon Sep 17 00:00:00 2001 From: Holger Drewes Date: Mon, 11 Mar 2024 15:22:32 +0100 Subject: [PATCH] Remove postinstall build hook, bump version to v0.2.1, add CHANGELOG entry (#35) --- CHANGELOG.md | 4 ++++ package.json | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c915ba4..9be54b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 920c09f..cfc3249 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {