mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 06:35:05 +01:00
chore(release): 0.13.12
This commit is contained in:
parent
8ffa13dba2
commit
5978733dd9
3 changed files with 16 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
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.
|
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.13.12](https://github.com/apotdevin/thunderhub/compare/v0.13.11...v0.13.12) (2022-05-30)
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* bump dependencies ([d4bce70](https://github.com/apotdevin/thunderhub/commit/d4bce70ee34acfe6b4238056e0c77704fe48cba4))
|
||||||
|
* default channel columns ([c95c16c](https://github.com/apotdevin/thunderhub/commit/c95c16ca2ccc6d9a39263c1bb85a95143551522b))
|
||||||
|
|
||||||
|
|
||||||
|
### Refactoring
|
||||||
|
|
||||||
|
* notifications ([8ffa13d](https://github.com/apotdevin/thunderhub/commit/8ffa13dba2915867f3e69f55dfd8b49dfa37b56a))
|
||||||
|
|
||||||
### [0.13.11](https://github.com/apotdevin/thunderhub/compare/v0.13.10...v0.13.11) (2022-05-05)
|
### [0.13.11](https://github.com/apotdevin/thunderhub/compare/v0.13.10...v0.13.11) (2022-05-05)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "thunderhub",
|
"name": "thunderhub",
|
||||||
"version": "0.13.11",
|
"version": "0.13.12",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.13.11",
|
"version": "0.13.12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.6.5",
|
"@apollo/client": "^3.6.5",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "thunderhub",
|
"name": "thunderhub",
|
||||||
"version": "0.13.11",
|
"version": "0.13.12",
|
||||||
"description": "Lightning Node Manager",
|
"description": "Lightning Node Manager",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue