Skip to content

Commit

Permalink
release-1.0.10 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Jan 31, 2020
1 parent 83bc895 commit 88d783d
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 12 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- SIMSALA --> <!-- DON'T DELETE, used for automatic changelog updates -->

## [1.0.10] - 2020-01-31

### Added

- [#108](https://github.com/cosmos/lunie/issues/108) Sentry integration was added @iambeone
- Allow extension in netlify deployment previews @faboweb
- Add stepped create and recover account flows @mariopino

### Changed

- [#125](https://github.com/cosmos/lunie/pull/125) Updates to the latest cosmos-keys version, where we can create accounts for different networks @Bitcoinera
- fixed errors with prefix @iambeone

### Fixed

- [#128](https://github.com/cosmos/lunie/pull/128) Fixes account creation by adding "cosmos" as the default address prefix @Bitcoinera
- [#110](https://github.com/cosmos/lunie/pull/110) Fix e2e tests by using the lunie-backend docker-compose to run the stack @faboweb
- [#45](https://github.com/cosmos/lunie/issues/45) Modify jest command to let it use the testMatch pattern defined in jest.config.js instead of passing paths by param @mariopino

### Repository

- [#134](https://github.com/cosmos/lunie/pull/134) Use new release flow @faboweb

## [1.0.9] - 2019-09-27

### Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunie-browser-extension",
"version": "1.0.9",
"version": "1.0.10",
"description": "A browser extension to securely manage accounts and addresses, for use with Lunie.io.",
"author": "Lunie <[email protected]> (https://lunie.io)",
"licenses": [
Expand Down Expand Up @@ -125,7 +125,7 @@
"prettier": "^1.17.1",
"sass-loader": "^7.1.0",
"selenium-server": "^3.141.59",
"simsala": "^0.0.18",
"simsala": "^0.0.19",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"vue-jest": "^3.0.4",
Expand All @@ -140,4 +140,4 @@
"handlebars": ">=4.5.2",
"serialize-javascript": ">=2.1.1"
}
}
}
1 change: 0 additions & 1 deletion pending/aleksei_sentry_added

This file was deleted.

1 change: 0 additions & 1 deletion pending/ana_create-other-networks-accounts

This file was deleted.

1 change: 0 additions & 1 deletion pending/ana_fix-account-creation

This file was deleted.

1 change: 0 additions & 1 deletion pending/ana_multinetworks

This file was deleted.

1 change: 0 additions & 1 deletion pending/fabo_allow-extension-for-deployment-previews

This file was deleted.

1 change: 0 additions & 1 deletion pending/fabo_e2e

This file was deleted.

1 change: 0 additions & 1 deletion pending/fabo_new-release-process

This file was deleted.

1 change: 0 additions & 1 deletion pending/mario_105-steps-in-extension

This file was deleted.

1 change: 0 additions & 1 deletion pending/mario_45-jest-tests-windows

This file was deleted.

0 comments on commit 88d783d

Please sign in to comment.