Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
chore: release v1.1.0-beta (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Aug 27, 2019
1 parent ea8280e commit 59abdb7
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.1.0-beta](https://github.com/BoltzExchange/boltz-frontend/compare/v1.0.0-beta.2...v1.1.0-beta) (2019-08-27)


### Bug Fixes

* calculation of limits of LTC/BTC pair ([#201](https://github.com/BoltzExchange/boltz-frontend/issues/201)) ([dbe8545](https://github.com/BoltzExchange/boltz-frontend/commit/dbe8545))
* fee calculation ([#192](https://github.com/BoltzExchange/boltz-frontend/issues/192)) ([a38a159](https://github.com/BoltzExchange/boltz-frontend/commit/a38a159))
* remove whitespace when copying addresses and invoices ([#207](https://github.com/BoltzExchange/boltz-frontend/issues/207)) ([ea8280e](https://github.com/BoltzExchange/boltz-frontend/commit/ea8280e))
* typo in "Voilà" screen ([5072fb3](https://github.com/BoltzExchange/boltz-frontend/commit/5072fb3))
* undefined limits for BTC/BTC and LTC/LTC pair ([#202](https://github.com/BoltzExchange/boltz-frontend/issues/202)) ([5de799c](https://github.com/BoltzExchange/boltz-frontend/commit/5de799c))
* wrong API parameter when refunding swaps ([#206](https://github.com/BoltzExchange/boltz-frontend/issues/206)) ([5eb248b](https://github.com/BoltzExchange/boltz-frontend/commit/5eb248b))


### Features

* handle aborted swaps ([#191](https://github.com/BoltzExchange/boltz-frontend/issues/191)) ([2c7843a](https://github.com/BoltzExchange/boltz-frontend/commit/2c7843a))
* handle zero conf swaps ([#195](https://github.com/BoltzExchange/boltz-frontend/issues/195)) ([7555fb9](https://github.com/BoltzExchange/boltz-frontend/commit/7555fb9))
* handle zero conf swaps from backend ([#198](https://github.com/BoltzExchange/boltz-frontend/issues/198)) ([c097865](https://github.com/BoltzExchange/boltz-frontend/commit/c097865))



# [1.0.0-beta.2](https://github.com/BoltzExchange/boltz-frontend/compare/v1.0.0-beta...v1.0.0-beta.2) (2019-05-16)


Expand Down
39 changes: 38 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltz-frontend",
"version": "1.0.0-beta.2",
"version": "1.1.0-beta",
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
Expand Down Expand Up @@ -55,6 +55,7 @@
"@babel/plugin-syntax-decorators": "^7.2.0",
"babel-eslint": "^10.0.2",
"conventional-changelog": "^3.1.10",
"conventional-changelog-cli": "^2.0.23",
"eslint-config-google": "^0.13.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-html": "^6.0.0",
Expand Down

0 comments on commit 59abdb7

Please sign in to comment.