diff --git a/CHANGELOG-npm.md b/CHANGELOG-npm.md index ba4be9f..8424b2d 100644 --- a/CHANGELOG-npm.md +++ b/CHANGELOG-npm.md @@ -1,5 +1,8 @@ # Changelog +## 0.10.1 +- package.json: use "main" instead of "module" to fix compatiblity with vitest + ## 0.10.0 - Add `bip85AppBip39()` - Add support for BitBox02 Nova diff --git a/NPM_VERSION b/NPM_VERSION index 2774f85..71172b4 100644 --- a/NPM_VERSION +++ b/NPM_VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.10.1 \ No newline at end of file diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 1934285..9006126 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -30,7 +30,7 @@ }, "../pkg": { "name": "bitbox-api", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0" }, "node_modules/@esbuild/aix-ppc64": {