This release includes another change to make the builds reproducible
between different environments.
feature/default_network_editable
Mark Stacey 3 years ago
parent eb55c0d1f7
commit 5b05dd4e8e
  1. 8
      CHANGELOG.md
  2. 2
      package.json

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [10.14.7]
### Changed
- Make JavaScript bundles more reproducible between environments.
- The bundles no longer include absolute paths to each module included.
## [10.14.6] ## [10.14.6]
### Changed ### Changed
- Move phishing warning page to external site. - Move phishing warning page to external site.
@ -2913,7 +2918,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized ### Uncategorized
- Added the ability to restore accounts from seed words. - Added the ability to restore accounts from seed words.
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.14.6...HEAD [Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.14.7...HEAD
[10.14.7]: https://github.com/MetaMask/metamask-extension/compare/v10.14.6...v10.14.7
[10.14.6]: https://github.com/MetaMask/metamask-extension/compare/v10.14.5...v10.14.6 [10.14.6]: https://github.com/MetaMask/metamask-extension/compare/v10.14.5...v10.14.6
[10.14.5]: https://github.com/MetaMask/metamask-extension/compare/v10.14.4...v10.14.5 [10.14.5]: https://github.com/MetaMask/metamask-extension/compare/v10.14.4...v10.14.5
[10.14.4]: https://github.com/MetaMask/metamask-extension/compare/v10.14.3...v10.14.4 [10.14.4]: https://github.com/MetaMask/metamask-extension/compare/v10.14.3...v10.14.4

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

Loading…
Cancel
Save