From 9a8addac5259ff9361d713a3be50b5331d29d100 Mon Sep 17 00:00:00 2001 From: apotdevin Date: Sun, 3 Oct 2021 18:21:26 +0200 Subject: [PATCH] chore(release): 0.12.29 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d43e6f..44671237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.12.29](https://github.com/apotdevin/thunderhub/compare/v0.12.28...v0.12.29) (2021-10-03) + + +### Improvements + +* lightning address ([#345](https://github.com/apotdevin/thunderhub/issues/345)) ([1afae70](https://github.com/apotdevin/thunderhub/commit/1afae70edb6b6eeec77a88863c4ee70ba0534a0c)) + + +### Styling + +* units ([ba42ee0](https://github.com/apotdevin/thunderhub/commit/ba42ee0c4ae442cd95c245c58f4e6310387b62b9)) + ### [0.12.28](https://github.com/apotdevin/thunderhub/compare/v0.12.27...v0.12.28) (2021-09-28) diff --git a/package-lock.json b/package-lock.json index 4f61b147..7c2f1392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.12.28", + "version": "0.12.29", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.28", + "version": "0.12.29", "license": "MIT", "dependencies": { "@apollo/client": "^3.4.14", diff --git a/package.json b/package.json index deda36bf..dc6c08da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.28", + "version": "0.12.29", "description": "", "main": "index.js", "scripts": {