Skip to content

Commit 480be07

Browse files
committed
Include @metamask/snaps-jest in release
1 parent df4a468 commit 480be07

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/snaps-jest/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.15.0]
11+
12+
### Added
13+
14+
- Add support for `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15+
1016
## [8.14.1]
1117

1218
### Fixed
@@ -363,7 +369,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
363369
- The version of the package no longer needs to match the version of all other
364370
MetaMask Snaps packages.
365371

366-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
372+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
373+
[8.15.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
367374
[8.14.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
368375
[8.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
369376
[8.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-jest",
3-
"version": "8.14.1",
3+
"version": "8.15.0",
44
"description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)