Skip to content

Commit 9cdc924

Browse files
authored
Merge pull request #27039 from MetaMask/Version-v12.2.2
Version v12.2.2
2 parents 9ea4e7f + 4b4d031 commit 9cdc924

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ workflows:
106106
- check-pr-tag
107107
- prep-deps
108108
- get-changed-files-with-git-diff:
109+
filters:
110+
branches:
111+
ignore:
112+
- master
109113
requires:
110114
- prep-deps
111115
- test-deps-audit:

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ npmAuditIgnoreAdvisories:
5151
# explicitly from our code. As such, this vulneratibility cannot be exploited
5252
# by an external / malicious actor. Meanwhile, once we update to v6+,
5353
# path-to-regexp will no longer be used.
54-
- 1099499
54+
- 1099518
5555

5656
# Temp fix for https://github.com/MetaMask/metamask-extension/pull/16920 for the sake of 11.7.1 hotfix
5757
# This will be removed in this ticket https://github.com/MetaMask/metamask-extension/issues/22299

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [12.2.2]
10+
### Fixed
11+
- This build was needed to fix release publishing on our master branch. It also includes the addition of the missing v12.2.0 changelog. Functionality and code is equivalent to v12.2.0.
12+
913
## [12.2.1]
1014
### Fixed
1115
- This build was needed to fix release publishing on our master branch. It also includes the addition of the missing v12.2.0 changelog. Functionality and code is equivalent to v12.2.0.
@@ -5040,7 +5044,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
50405044
- Added the ability to restore accounts from seed words.
50415045

50425046

5043-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.2.1...HEAD
5047+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.2.2...HEAD
5048+
[12.2.2]: https://github.com/MetaMask/metamask-extension/compare/v12.2.1...v12.2.2
50445049
[12.2.1]: https://github.com/MetaMask/metamask-extension/compare/v12.2.0...v12.2.1
50455050
[12.2.0]: https://github.com/MetaMask/metamask-extension/compare/v12.1.3...v12.2.0
50465051
[12.1.3]: https://github.com/MetaMask/metamask-extension/compare/v12.1.2...v12.1.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-crx",
3-
"version": "12.2.1",
3+
"version": "12.2.2",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)