chore(release): πŸš€ v0.9.4

This commit is contained in:
Anthony Potdevin 2020-08-16 18:32:11 +02:00
parent 4fd0f904a6
commit d92ac9cd19
No known key found for this signature in database
GPG Key ID: 4403F1DFBE779457
3 changed files with 31 additions and 2 deletions

View File

@ -2,6 +2,35 @@
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.4](https://github.com/apotdevin/thunderhub/compare/v0.9.3...v0.9.4) (2020-08-16)
### Bug Fixes
* πŸ› getnode request limiter ([5b68684](https://github.com/apotdevin/thunderhub/commit/5b6868401527b29523306fc291108bf4024f9cf3))
* πŸ› ignore generated files ([bdf09c2](https://github.com/apotdevin/thunderhub/commit/bdf09c2967fb9a718b47ea59e70aa1ba6fae155d))
### Styling
* 🎨 change titles ([319e299](https://github.com/apotdevin/thunderhub/commit/319e2993dd08d22c3c016209aad05caf0395c1ab))
### Refactoring
* ♻️ channel fees query ([3c2e24f](https://github.com/apotdevin/thunderhub/commit/3c2e24f815b17338ac5211b0847aae33df0f08b5))
### Improvements
* πŸ”§ add block time to closed channel ([d03ab06](https://github.com/apotdevin/thunderhub/commit/d03ab06cbd0aafd58d5f10c0723bed8272c182fc))
* πŸ”§ add details to channels ([5518c51](https://github.com/apotdevin/thunderhub/commit/5518c518661e5004dae694089656a05c7455dceb))
* πŸ”§ add sub bar to channel ([6038895](https://github.com/apotdevin/thunderhub/commit/60388950cef555394302ef70add604dc9844286c))
* πŸ”§ disable eslint from generator ([4834c20](https://github.com/apotdevin/thunderhub/commit/4834c209d301c376f4045e880dbbd572b3a4b5b7))
* πŸ”§ fix eslint ([#125](https://github.com/apotdevin/thunderhub/issues/125)) ([0fc0aed](https://github.com/apotdevin/thunderhub/commit/0fc0aed9db9653975eab939b6bdc2008b779323f))
* πŸ”§ mempool space for tx ([43a20cd](https://github.com/apotdevin/thunderhub/commit/43a20cdb9372137cc09f33d9cc968679db2c803d))
* πŸ”§ release changes ([4fd0f90](https://github.com/apotdevin/thunderhub/commit/4fd0f904a68cd03f4902fee95519fc3d75cf6e92))
### [0.9.3](https://github.com/apotdevin/thunderhub/compare/v0.9.2...v0.9.3) (2020-08-12)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "thunderhub",
"version": "0.9.3",
"version": "0.9.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "thunderhub",
"version": "0.9.3",
"version": "0.9.4",
"description": "",
"main": "index.js",
"scripts": {