From 8d45e297e4b2140b3be3b4adca65aa3dcc0d93cc Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Thu, 28 Jul 2022 10:27:26 -0500 Subject: [PATCH] chore(release): 0.13.15 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04e2acc..d26ad73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.15](https://github.com/apotdevin/thunderhub/compare/v0.13.14...v0.13.15) (2022-07-28) + + +### Improvements + +* bump deps ([#473](https://github.com/apotdevin/thunderhub/issues/473)) ([3f52833](https://github.com/apotdevin/thunderhub/commit/3f52833bcf422c9f80ee997e95c0af4d35a0fc12)) +* prod schema file change ([2b036ab](https://github.com/apotdevin/thunderhub/commit/2b036ab39a1880d29f5b63ac1a211c19fc68b877)) + ### [0.13.14](https://github.com/apotdevin/thunderhub/compare/v0.13.13...v0.13.14) (2022-07-04) diff --git a/package-lock.json b/package-lock.json index 5d79c760..7aefeeb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thunderhub", - "version": "0.13.14", + "version": "0.13.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thunderhub", - "version": "0.13.14", + "version": "0.13.15", "license": "MIT", "dependencies": { "@apollo/client": "^3.6.9", diff --git a/package.json b/package.json index 78cd8dba..d7ea12b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.13.14", + "version": "0.13.15", "description": "Lightning Node Manager", "license": "MIT", "scripts": {