mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
chore(release): π 0.9.10
This commit is contained in:
parent
e0e6c3b45d
commit
faf73227cc
3 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -2,6 +2,25 @@
|
|||
|
||||
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.9.10](https://github.com/apotdevin/thunderhub/compare/v0.9.9...v0.9.10) (2020-08-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* π fee health default value ([426a3b8](https://github.com/apotdevin/thunderhub/commit/426a3b84fceddc558ff92cdc31d7b8e0de4e4dba))
|
||||
|
||||
|
||||
### Reverts
|
||||
|
||||
* Revert "chore: π§ debugging" ([af6d6ac](https://github.com/apotdevin/thunderhub/commit/af6d6ac11ce481f68834edfd4926cefee852aa20))
|
||||
|
||||
|
||||
### Improvements
|
||||
|
||||
* π§ description for create invoice ([1750b71](https://github.com/apotdevin/thunderhub/commit/1750b71340b814684d29b2cbbabc9f3878ee4808))
|
||||
* π§ expires at for invoice ([e0e6c3b](https://github.com/apotdevin/thunderhub/commit/e0e6c3b45d3f89094625d8c6e8e2a5cb0d455e5a))
|
||||
* π§ invoice status ([6972b25](https://github.com/apotdevin/thunderhub/commit/6972b25529422ae51d11fe952249b8457ee8c304))
|
||||
|
||||
### [0.9.9](https://github.com/apotdevin/thunderhub/compare/v0.9.8...v0.9.9) (2020-08-31)
|
||||
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.9.9",
|
||||
"version": "0.9.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.9.9",
|
||||
"version": "0.9.10",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loadingβ¦
Add table
Reference in a new issue