diff --git a/CHANGELOG.md b/CHANGELOG.md index 486559c9..2bded66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [1.5.2](https://github.com/BoltzExchange/boltz-web-app/compare/v1.5.1..v1.5.2) - 2024-11-28 + +### Features + +- Submarine Swap preimage copy button (#734) - ([8f6e924](https://github.com/BoltzExchange/boltz-web-app/commit/8f6e924dc88a23d0fb33b016978acda5d6daf5bf)) +- show when no browser wallet found (#742) - ([93464ac](https://github.com/BoltzExchange/boltz-web-app/commit/93464aca56b3a84401b523739d4efbff7f6a1009)) +- 0-amount chain swaps (#741) - ([ebd7714](https://github.com/BoltzExchange/boltz-web-app/commit/ebd7714e2b6e7229ea2bbc7c676976636d1862f1)) +- validate-payment.com instead of copy preimage (#748) - ([ca8059f](https://github.com/BoltzExchange/boltz-web-app/commit/ca8059f68c363144d15df418bf4574d7461319f8)) +- add Chatwoot (#745) - ([32810e6](https://github.com/BoltzExchange/boltz-web-app/commit/32810e6618b87e66fec023f8029b1b636eaae943)) + +### Miscellaneous Chores + +- update changelog for v1.5.1 - ([76d1833](https://github.com/BoltzExchange/boltz-web-app/commit/76d18336a164173f966e5f77a84454738609cef3)) + --- ## [1.5.1](https://github.com/BoltzExchange/boltz-web-app/compare/v1.5.0..v1.5.1) - 2024-11-11 diff --git a/package-lock.json b/package-lock.json index b0fac9dc..d1b85103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boltz-frontend", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "boltz-frontend", - "version": "1.5.1", + "version": "1.5.2", "dependencies": { "@bitcoinerlab/secp256k1": "^1.1.1", "@fontsource/noto-mono": "^5.1.0", diff --git a/package.json b/package.json index c6250d4a..f87c2058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boltz-frontend", - "version": "1.5.1", + "version": "1.5.2", "description": "Boltz Exchange, Atomic Swaps, Web App", "scripts": { "start": "npm run regtest && vite",