mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version v10.14.2
This version includes a build system fix that ensures our builds are deterministic.
This commit is contained in:
parent
fefe9401a1
commit
a58faa13a3
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [10.14.2]
|
||||||
|
### Fixed
|
||||||
|
- Make build deterministic (#14610)
|
||||||
|
- The ordering of modules within each bundle was non-deterministic before this change. We fixed this to comply with Firefox store policies.
|
||||||
|
|
||||||
## [10.14.1]
|
## [10.14.1]
|
||||||
### Changed
|
### Changed
|
||||||
- This version was used to rollback from v10.14.0 to v10.13.0.
|
- This version was used to rollback from v10.14.0 to v10.13.0.
|
||||||
@ -2889,7 +2894,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.1...HEAD
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.14.2...HEAD
|
||||||
|
[10.14.2]: https://github.com/MetaMask/metamask-extension/compare/v10.14.1...v10.14.2
|
||||||
[10.14.1]: https://github.com/MetaMask/metamask-extension/compare/v10.13.0...v10.14.1
|
[10.14.1]: https://github.com/MetaMask/metamask-extension/compare/v10.13.0...v10.14.1
|
||||||
[10.13.0]: https://github.com/MetaMask/metamask-extension/compare/v10.12.4...v10.13.0
|
[10.13.0]: https://github.com/MetaMask/metamask-extension/compare/v10.12.4...v10.13.0
|
||||||
[10.12.4]: https://github.com/MetaMask/metamask-extension/compare/v10.12.3...v10.12.4
|
[10.12.4]: https://github.com/MetaMask/metamask-extension/compare/v10.12.3...v10.12.4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "metamask-crx",
|
"name": "metamask-crx",
|
||||||
"version": "10.14.1",
|
"version": "10.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user