chore(release): 0.13.12

This commit is contained in:
Anthony Potdevin 2022-05-30 17:57:31 +02:00
parent 8ffa13dba2
commit 5978733dd9
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
3 changed files with 16 additions and 3 deletions

View file

@ -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
View file

@ -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",

View file

@ -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": {