Skip to content

Commit

Permalink
chore: bump version to v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Dec 2, 2024
1 parent 6c514dc commit 811e7e2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
## [1.5.3](https://github.com/BoltzExchange/boltz-web-app/compare/v1.5.2..v1.5.3) - 2024-12-02

### Bug Fixes

- address parsing for new quote (#753) - ([125cfd5](https://github.com/BoltzExchange/boltz-web-app/commit/125cfd58e2899e8eb62eb3e9e0e48fa27cc1cc4b))
- Ledger signature parsing (#756) - ([0bdbe67](https://github.com/BoltzExchange/boltz-web-app/commit/0bdbe6748d086a9cc05cd7aa887017f51091ced0))
- no refund file download in mobile EVM browser (#760) - ([6c514dc](https://github.com/BoltzExchange/boltz-web-app/commit/6c514dc3fe5db1540cb7258882fe8344442e2611))

### Features

- nicer HWW derivation path selection (#755) - ([a5f46e3](https://github.com/BoltzExchange/boltz-web-app/commit/a5f46e34c63ca15c4e02e62fd3e54718a347c55f))

### Miscellaneous Chores

- minor dependency updates (#750) - ([37420ad](https://github.com/BoltzExchange/boltz-web-app/commit/37420ad5056917f14af11195e0e0b2c8ddf9d420))
- switch RSK explorer to Blockscout (#759) - ([dfc9e89](https://github.com/BoltzExchange/boltz-web-app/commit/dfc9e897b50c5839d44f92a88fa39e64bd44ab7d))

### Refactoring

- nicer screen for logs refunds (#752) - ([a162f67](https://github.com/BoltzExchange/boltz-web-app/commit/a162f6757ac9ba124e7a18206e9a8a4816151e63))

---
## [1.5.2](https://github.com/BoltzExchange/boltz-web-app/compare/v1.5.1..v1.5.2) - 2024-11-28

Expand All @@ -16,6 +38,7 @@ All notable changes to this project will be documented in this file. See [conven
### Miscellaneous Chores

- update changelog for v1.5.1 - ([76d1833](https://github.com/BoltzExchange/boltz-web-app/commit/76d18336a164173f966e5f77a84454738609cef3))
- bump version to v1.5.2 - ([aaaa66e](https://github.com/BoltzExchange/boltz-web-app/commit/aaaa66ef3fc1f14c7daebbb1b2b635f4526a0442))

---
## [1.5.1](https://github.com/BoltzExchange/boltz-web-app/compare/v1.5.0..v1.5.1) - 2024-11-11
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltz-frontend",
"version": "1.5.2",
"version": "1.5.3",
"description": "Boltz Exchange, Atomic Swaps, Web App",
"scripts": {
"start": "npm run regtest && vite",
Expand Down

0 comments on commit 811e7e2

Please sign in to comment.