mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore(release): π 0.8.13
This commit is contained in:
parent
56e6b964c9
commit
7cadc0938a
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
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.8.13](https://github.com/apotdevin/thunderhub/compare/v0.8.12...v0.8.13) (2020-07-16)
|
||||
|
||||
|
||||
### Docs
|
||||
|
||||
* ποΈ update README ([27b5e83](https://github.com/apotdevin/thunderhub/commit/27b5e832b479afd3b2e7c4556c54b5f39a36e390))
|
||||
|
||||
|
||||
### Improvements
|
||||
|
||||
* add lnd dir option to config ([#92](https://github.com/apotdevin/thunderhub/issues/92)) ([#93](https://github.com/apotdevin/thunderhub/issues/93)) ([56e6b96](https://github.com/apotdevin/thunderhub/commit/56e6b964c9a9cc7617e5a15b6c2c79a9d951d7ea))
|
||||
|
||||
### [0.8.12](https://github.com/apotdevin/thunderhub/compare/v0.8.11...v0.8.12) (2020-07-15)
|
||||
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.8.12",
|
||||
"version": "0.8.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.8.12",
|
||||
"version": "0.8.13",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loadingβ¦
Add table
Reference in a new issue