diff --git a/CHANGELOG.md b/CHANGELOG.md index acb395340c..7ce0e32dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [1.0.0-beta.96] - 2019-07-14 + +### Added + +- [#2807](https://github.com/cosmos/lunie/pull/2807) Include visual studio code config @colw +- [#2788](https://github.com/cosmos/lunie/issues/2788) Added success step to ActionModal @faboweb + +### Fixed + +- [#2825](https://github.com/cosmos/lunie/pull/2825) Cancel send afer user rejects transaction @colw + +### Security + +- [#2829](https://github.com/cosmos/lunie/pull/2829) Updated lodash dependencies @faboweb + +### Deprecated + +- deleted a bunch of unused session code @jbibla + +### Code Improvements + +- [#2825](https://github.com/cosmos/lunie/pull/2825) Remove SessionApproval view, move to Extension @colw + +### Repository + +- Fixed postcss browserlist warning @faboweb + ## [1.0.0-beta.95] - 2019-07-11 ### Added diff --git a/changes/colw_cancel-send-on-reject b/changes/colw_cancel-send-on-reject deleted file mode 100644 index 05bfb41b49..0000000000 --- a/changes/colw_cancel-send-on-reject +++ /dev/null @@ -1,2 +0,0 @@ -[Fixed] [#2825](https://github.com/cosmos/lunie/pull/2825) Cancel send afer user rejects transaction @colw -[Code Improvements] [#2825](https://github.com/cosmos/lunie/pull/2825) Remove SessionApproval view, move to Extension @colw \ No newline at end of file diff --git a/changes/colw_include-vscode-config b/changes/colw_include-vscode-config deleted file mode 100644 index 7a7ece4efe..0000000000 --- a/changes/colw_include-vscode-config +++ /dev/null @@ -1 +0,0 @@ -[Added] [#2807](https://github.com/cosmos/lunie/pull/2807) Include visual studio code config @colw \ No newline at end of file diff --git a/changes/fabo_2788-success-view b/changes/fabo_2788-success-view deleted file mode 100644 index df149e8020..0000000000 --- a/changes/fabo_2788-success-view +++ /dev/null @@ -1,2 +0,0 @@ -[Added] [#2788](https://github.com/cosmos/lunie/issues/2788) Added success step to ActionModal @faboweb -[Repository] Fixed postcss browserlist warning @faboweb \ No newline at end of file diff --git a/changes/fabo_update-deps b/changes/fabo_update-deps deleted file mode 100644 index ee41a65e5e..0000000000 --- a/changes/fabo_update-deps +++ /dev/null @@ -1 +0,0 @@ -[Security] [#2829](https://github.com/cosmos/lunie/pull/2829) Updated lodash dependencies @faboweb \ No newline at end of file diff --git a/changes/jordan_session-clean-up b/changes/jordan_session-clean-up deleted file mode 100644 index a6fbfd2a4f..0000000000 --- a/changes/jordan_session-clean-up +++ /dev/null @@ -1 +0,0 @@ -[Deprecated] deleted a bunch of unused session code @jbibla \ No newline at end of file diff --git a/package.json b/package.json index 95c8554466..5a76fde0af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lunie", "productName": "lunie", - "version": "1.0.0-beta.95", + "version": "1.0.0-beta.96", "description": "Lunie is the user interface for the Cosmos Hub.", "author": "Lunie International Software Systems Inc. ", "license": "Apache-2.0",