mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fixing changelog
This commit is contained in:
parent
88d85d43bd
commit
5f1a0f7a69
@ -2274,6 +2274,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
|
||||||
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.0...HEAD
|
||||||
[9.5.0]: https://github.com/MetaMask/metamask-extension/compare/v9.4.0...v9.5.0
|
[9.5.0]: https://github.com/MetaMask/metamask-extension/compare/v9.4.0...v9.5.0
|
||||||
[9.4.0]: https://github.com/MetaMask/metamask-extension/compare/v9.3.0...v9.4.0
|
[9.4.0]: https://github.com/MetaMask/metamask-extension/compare/v9.3.0...v9.4.0
|
||||||
[9.3.0]: https://github.com/MetaMask/metamask-extension/compare/v9.2.1...v9.3.0
|
[9.3.0]: https://github.com/MetaMask/metamask-extension/compare/v9.2.1...v9.3.0
|
||||||
|
@ -223,6 +223,11 @@
|
|||||||
"js-tokens": true
|
"js-tokens": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@babel/parser": {
|
||||||
|
"globals": {
|
||||||
|
"BigInt": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"@babel/plugin-proposal-async-generator-functions": {
|
"@babel/plugin-proposal-async-generator-functions": {
|
||||||
"packages": {
|
"packages": {
|
||||||
"@babel/core": true,
|
"@babel/core": true,
|
||||||
@ -869,6 +874,7 @@
|
|||||||
},
|
},
|
||||||
"acorn": {
|
"acorn": {
|
||||||
"globals": {
|
"globals": {
|
||||||
|
"BigInt": true,
|
||||||
"define": true
|
"define": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -878,6 +884,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"acorn-node": {
|
"acorn-node": {
|
||||||
|
"globals": {
|
||||||
|
"BigInt": true
|
||||||
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"acorn": true,
|
"acorn": true,
|
||||||
"acorn-dynamic-import": true,
|
"acorn-dynamic-import": true,
|
||||||
@ -1640,7 +1649,10 @@
|
|||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"AggregateError": true,
|
"AggregateError": true,
|
||||||
|
"Atomics": true,
|
||||||
|
"BigInt": true,
|
||||||
"FinalizationRegistry": true,
|
"FinalizationRegistry": true,
|
||||||
|
"SharedArrayBuffer": true,
|
||||||
"WeakRef": true
|
"WeakRef": true
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
@ -2937,6 +2949,7 @@
|
|||||||
"util.inspect": true
|
"util.inspect": true
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
|
"BigInt": true,
|
||||||
"HTMLElement": true
|
"HTMLElement": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user