chore(release): 0.13.19

This commit is contained in:
Anthony Potdevin 2023-05-26 16:56:41 +02:00
parent e663499e92
commit 1408605cf9
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
3 changed files with 25 additions and 3 deletions

View file

@ -2,6 +2,28 @@
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.19](https://github.com/apotdevin/thunderhub/compare/v0.13.18...v0.13.19) (2023-05-26)
### Features
* add channel id to channel select dropdown ([#531](https://github.com/apotdevin/thunderhub/issues/531)) ([3ecf7c5](https://github.com/apotdevin/thunderhub/commit/3ecf7c5646d87fb2d9c0fc3b3bc17161ef8bbc1e))
* add post to keysend billboard on amboss page ([#522](https://github.com/apotdevin/thunderhub/issues/522)) ([6ea7d97](https://github.com/apotdevin/thunderhub/commit/6ea7d97ac8b41f6d10f9a80c16ebfb42f9721a89))
* make accounting years dynamically update ([#517](https://github.com/apotdevin/thunderhub/issues/517)) ([5d1b093](https://github.com/apotdevin/thunderhub/commit/5d1b0932d5aaa9cecc01810d5b7103e205a914fb))
### Improvements
* add auto format on save ([#524](https://github.com/apotdevin/thunderhub/issues/524)) ([86a3490](https://github.com/apotdevin/thunderhub/commit/86a3490c2dfc4360c02463ecd6ae6459f57938de))
* add config files to gitignore ([#523](https://github.com/apotdevin/thunderhub/issues/523)) ([22c32b2](https://github.com/apotdevin/thunderhub/commit/22c32b2b8d20bfc007da47725cbee8d7d0665a94))
* bump deps ([ab72b16](https://github.com/apotdevin/thunderhub/commit/ab72b1607f9e68c55653b8b0cf0c457c39a5d54d))
* change url ([e6f8177](https://github.com/apotdevin/thunderhub/commit/e6f81778d0e95162fd98a90b382960aa5f1db97c))
### CI
* add caching ([4b99ccf](https://github.com/apotdevin/thunderhub/commit/4b99ccfc8edc7d2ed70eccb037dd2e3ad24e3f0e))
### [0.13.18](https://github.com/apotdevin/thunderhub/compare/v0.13.17...v0.13.18) (2022-12-06)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "thunderhub",
"version": "0.13.18",
"version": "0.13.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thunderhub",
"version": "0.13.18",
"version": "0.13.19",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.7.14",

View file

@ -1,6 +1,6 @@
{
"name": "thunderhub",
"version": "0.13.18",
"version": "0.13.19",
"description": "Lightning Node Manager",
"license": "MIT",
"scripts": {