diff --git a/CHANGELOG.md b/CHANGELOG.md index 3661ce1..f2e0759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.8](https://github.com/lifinance/bigmi/compare/v0.0.7...v0.0.8) (2024-12-30) + + +### Features + +* add Leather and OneKey wallets ([#7](https://github.com/lifinance/bigmi/issues/7)) ([ac93f66](https://github.com/lifinance/bigmi/commit/ac93f665c8baa24752fd0ad4e2c513b72587060f)) + ### [0.0.7](https://github.com/lifinance/bigmi/compare/v0.0.6...v0.0.7) (2024-12-20) diff --git a/package.json b/package.json index bdec559..0cb1b77 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.0.8", "private": true, "sideEffects": false, "type": "module", diff --git a/packages/client/package.json b/packages/client/package.json index 32e04e0..b851274 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@bigmi/client", - "version": "0.0.7", + "version": "0.1.0", "description": "Reactive primitives for Bitcoin apps.", "type": "module", "main": "./src/index.ts", diff --git a/packages/core/package.json b/packages/core/package.json index e90f5ac..b6ec4ff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@bigmi/core", - "version": "0.0.7", + "version": "0.1.0", "description": "TypeScript library for Bitcoin apps.", "type": "module", "main": "./src/index.ts", diff --git a/packages/react/package.json b/packages/react/package.json index 4d8d8e9..27b6035 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@bigmi/react", - "version": "0.0.7", + "version": "0.1.0", "description": "React primitives for Bitcoin apps.", "type": "module", "main": "./src/index.ts",