1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Version v9.6.0

This commit is contained in:
MetaMask Bot 2021-05-19 00:22:16 +00:00 committed by Dan Miller
parent f31e372289
commit 1902b5d6b5
2 changed files with 20 additions and 1 deletions

View File

@ -33,6 +33,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [9.5.4] ## [9.5.4]
### Fixed ### Fixed
- [#11153](https://github.com/MetaMask/metamask-extension/pull/11153): Prevent UI crash when the transaction being retried or canceled is missing. - [#11153](https://github.com/MetaMask/metamask-extension/pull/11153): Prevent UI crash when the transaction being retried or canceled is missing.
## [9.6.0]
### Uncategorized
- Running auto-changelog
- Bumping package.json
- Merge remote-tracking branch 'origin/develop' into master-sync
- bumping package.json -> 9.5.2
- Merge remote-tracking branch 'origin/develop' into master-sync
- Fixing changelog, bumping package.json -> 9.5.1
- Merge remote-tracking branch 'origin/develop' into master-sync
- Fixing changelog
- Merge remote-tracking branch 'origin/develop' into master-sync
- Revert "Remove tests that are only needed for the commit reverted in 68c5defc"
- Revert "Removing recovery video entry from changelog"
- Merge remote-tracking branch 'origin/develop' into sync-master
- Merge remote-tracking branch 'origin/develop' into sync-master
- Merge remote-tracking branch 'origin/develop' into sync-master
- Merge remote-tracking branch 'origin/develop' into sync-master
## [9.5.3] ## [9.5.3]
### Uncategorized ### Uncategorized
@ -2458,6 +2475,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[9.5.6]: https://github.com/MetaMask/metamask-extension/compare/v9.5.5...v9.5.6 [9.5.6]: https://github.com/MetaMask/metamask-extension/compare/v9.5.5...v9.5.6
[9.5.5]: https://github.com/MetaMask/metamask-extension/compare/v9.5.4...v9.5.5 [9.5.5]: https://github.com/MetaMask/metamask-extension/compare/v9.5.4...v9.5.5
[9.5.4]: https://github.com/MetaMask/metamask-extension/compare/v9.5.3...v9.5.4 [9.5.4]: https://github.com/MetaMask/metamask-extension/compare/v9.5.3...v9.5.4
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.6.0...HEAD
[9.6.0]: https://github.com/MetaMask/metamask-extension/compare/v9.5.3...v9.6.0
[9.5.3]: https://github.com/MetaMask/metamask-extension/compare/v9.5.2...v9.5.3 [9.5.3]: https://github.com/MetaMask/metamask-extension/compare/v9.5.2...v9.5.3
[9.5.2]: https://github.com/MetaMask/metamask-extension/compare/v9.5.1...v9.5.2 [9.5.2]: https://github.com/MetaMask/metamask-extension/compare/v9.5.1...v9.5.2
[9.5.1]: https://github.com/MetaMask/metamask-extension/compare/v9.5.0...v9.5.1 [9.5.1]: https://github.com/MetaMask/metamask-extension/compare/v9.5.0...v9.5.1

View File

@ -1,6 +1,6 @@
{ {
"name": "metamask-crx", "name": "metamask-crx",
"version": "9.5.3", "version": "9.6.0",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",