Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add version in changelog/package.json files #25766

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.2.0]

## [11.16.7]
### Fixed
- Fix bug that breaks dapps that expect users to switch chains manually([#25046]https://github.com/MetaMask/metamask-extension/pull/25046)
Expand Down Expand Up @@ -4785,7 +4787,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
- Added the ability to restore accounts from seed words.


[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.7...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.2.0...HEAD
[12.2.0]: https://github.com/MetaMask/metamask-extension/compare/v11.16.7...v12.2.0
[11.16.7]: https://github.com/MetaMask/metamask-extension/compare/v11.16.6...v11.16.7
[11.16.6]: https://github.com/MetaMask/metamask-extension/compare/v11.16.5...v11.16.6
[11.16.5]: https://github.com/MetaMask/metamask-extension/compare/v11.16.4...v11.16.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "11.16.7",
"version": "12.2.0",
"private": true,
"repository": {
"type": "git",
Expand Down
Loading