From 88c26a0a693c998dc61abc2cf8189707f9e98068 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Mon, 3 Mar 2025 16:42:07 +0100 Subject: [PATCH] chore: bump version to v2.2.2 --- 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 601a3e3..7335493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [2.2.2](https://github.com/BoltzExchange/boltz-core/compare/v2.2.1..v2.2.2) - 2025-03-03 + +### Bug Fixes + +- spending of explicit outputs with confidential nonce - ([e450da2](https://github.com/BoltzExchange/boltz-core/commit/e450da25707b3b46761e9410456c2b9808ee1b61)) + --- ## [2.2.1](https://github.com/BoltzExchange/boltz-core/compare/v2.2.0..v2.2.1) - 2024-12-09 @@ -12,6 +19,7 @@ All notable changes to this project will be documented in this file. See [conven ### Miscellaneous Chores - update CHANGELOG.md for v2.2.0 - ([d0f7634](https://github.com/BoltzExchange/boltz-core/commit/d0f7634666f908c6e187eb459cb9f8c853fb6a0a)) +- bump version to v2.2.1 - ([eb446ad](https://github.com/BoltzExchange/boltz-core/commit/eb446ad13389cb6bf1338dedf7a5447f082a1170)) --- ## [2.2.0](https://github.com/BoltzExchange/boltz-core/compare/v2.1.4..v2.2.0) - 2024-12-03 diff --git a/package-lock.json b/package-lock.json index 2319d50..07f63f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boltz-core", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "boltz-core", - "version": "2.2.1", + "version": "2.2.2", "license": "AGPL-3.0", "dependencies": { "@boltz/bitcoin-ops": "^2.0.0", diff --git a/package.json b/package.json index 893e91b..50ae432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boltz-core", - "version": "2.2.1", + "version": "2.2.2", "description": "Core library of Boltz", "main": "dist/lib/Boltz.js", "scripts": {