1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Version v10.0.1

This commit is contained in:
MetaMask Bot 2021-08-11 19:36:08 +00:00
parent 02d1473f6e
commit ba1a4a2032
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.0.1]
### Uncategorized
- Fix Sentry release configuration ([#11813](https://github.com/MetaMask/metamask-extension/pull/11813))
## [10.0.0]
### Added
- [#11694](https://github.com/MetaMask/metamask-extension/pull/11694): Add support for EIP-1559 transactions
@ -2395,7 +2399,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- Added the ability to restore accounts from seed words.
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.0.1...HEAD
[10.0.1]: https://github.com/MetaMask/metamask-extension/compare/v10.0.0...v10.0.1
[10.0.0]: https://github.com/MetaMask/metamask-extension/compare/v9.8.4...v10.0.0
[9.8.4]: https://github.com/MetaMask/metamask-extension/compare/v9.8.3...v9.8.4
[9.8.3]: https://github.com/MetaMask/metamask-extension/compare/v9.8.2...v9.8.3

View File

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