From 55def1e58291bd6ee401ea02df007fe825929490 Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Fri, 25 Dec 2020 22:40:56 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=200.12.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b34af7..b229e128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.2](https://github.com/apotdevin/thunderhub/compare/v0.12.1...v0.12.2) (2020-12-25) + + +### Bug Fixes + +* 🐛 boltz swap ([#196](https://github.com/apotdevin/thunderhub/issues/196)) ([f1c9e4c](https://github.com/apotdevin/thunderhub/commit/f1c9e4cf4143ff502d6e524fa8bc83e47447a24e)) + + +### Improvements + +* 🔧 enable tor proxy config ([#197](https://github.com/apotdevin/thunderhub/issues/197)) ([5bcfed1](https://github.com/apotdevin/thunderhub/commit/5bcfed1b248c060a10bc0461e9cd0b81fe5bf779)) + + +### Refactoring + +* ♻️ boltz resolvers ([#198](https://github.com/apotdevin/thunderhub/issues/198)) ([8b6cd40](https://github.com/apotdevin/thunderhub/commit/8b6cd40c74521b5213dbc8ecd0d57adb596598d1)) + ### [0.12.1](https://github.com/apotdevin/thunderhub/compare/v0.12.0...v0.12.1) (2020-12-20) diff --git a/package-lock.json b/package-lock.json index b326066c..5c9664a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3322ba11..c2138198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.1", + "version": "0.12.2", "description": "", "main": "index.js", "scripts": {