Skip to content

Commit

Permalink
chore: release v1.2.1 (#401)
Browse files Browse the repository at this point in the history
* v1.2.1

* v1.2.1 changelog
  • Loading branch information
kilrau committed Dec 22, 2023
1 parent 3668640 commit f760509
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

All notable changes to this project will be documented in this file.

## [1.2.0] - 2023-12-20
## [1.2.1] - 2023-12-22

### Bug Fixes

- Revalidate amounts when address is valid (#393)
- Missing qrcode import (#392)
- Do not setReverse in Pay.jsx (#376)

### Features

- Denomination toggle (#398)

### Misc

- Revert to sat as default denomination (#397)

## [1.2.0] - 2023-12-21

### Bug Fixes

Expand Down Expand Up @@ -57,6 +73,7 @@ All notable changes to this project will be documented in this file.
- Update vite security fix (#347)
- Default to BTC denomination (#384)
- V1.2.0 release prep
- Changelog

### Refactor

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Parameters

Licensor: Boltz

Licensed Work: boltz-web-app 1.2.0
Licensed Work: boltz-web-app 1.2.1
The Licensed Work is (c) 2023 Boltz

Additional Use Grant: Running source locally without modification

Change Date: 2027-12-20
Change Date: 2027-12-22

Change License: AGPL v3.0 (GNU AFFERO GENERAL PUBLIC LICENSE Version 3)

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.2.0",
"version": "1.2.1",
"description": "Boltz Exchange, Atomic Swaps, Web App",
"type": "module",
"scripts": {
Expand Down

2 comments on commit f760509

@vercel
Copy link

@vercel vercel bot commented on f760509 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f760509 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.