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.0.0-beta.2 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored May 16, 2019
1 parent c4a5ee6 commit 96967be
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 22 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0-beta.2](https://github.com/BoltzExchange/boltz-frontend/compare/v1.0.0-beta...v1.0.0-beta.2) (2019-05-16)


### Bug Fixes

* input on landing page ([#177](https://github.com/BoltzExchange/boltz-frontend/issues/177)) ([948a1e4](https://github.com/BoltzExchange/boltz-frontend/commit/948a1e4))
* reverse lockup timeout component ([5ec379d](https://github.com/BoltzExchange/boltz-frontend/commit/5ec379d))
* set encoding of preimages to hex ([70c70ec](https://github.com/BoltzExchange/boltz-frontend/commit/70c70ec))
* webln undefined in landing page ([#186](https://github.com/BoltzExchange/boltz-frontend/issues/186)) ([726ccfe](https://github.com/BoltzExchange/boltz-frontend/commit/726ccfe))


### Features

* wait for response before sending another request ([#185](https://github.com/BoltzExchange/boltz-frontend/issues/185)) ([c95f361](https://github.com/BoltzExchange/boltz-frontend/commit/c95f361))



# 1.0.0-beta (2019-04-27)


Expand Down
78 changes: 57 additions & 21 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.0.0-beta",
"version": "1.0.0-beta.2",
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 96967be

Please sign in to comment.