Skip to content

Commit 7e7c404

Browse files
github-actions[bot]github-actionsMrtenz
authored
1.15.0 (#535)
This is the release candidate for version 1.15.0. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 53faab5 commit 7e7c404

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.15.0]
11+
12+
### Changed
13+
14+
- Implement redesign ([#524](https://github.com/MetaMask/snaps-directory/pull/524))
15+
16+
### Fixed
17+
18+
- Update provider detection to use `wallet_getSnaps` ([#528](https://github.com/MetaMask/snaps-directory/pull/528))
19+
1020
## [1.14.2]
1121

1222
### Fixed
@@ -316,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316326

317327
- Initial test release.
318328

319-
[Unreleased]: https://github.com/MetaMask/snaps-directory/compare/v1.14.2...HEAD
329+
[Unreleased]: https://github.com/MetaMask/snaps-directory/compare/v1.15.0...HEAD
330+
[1.15.0]: https://github.com/MetaMask/snaps-directory/compare/v1.14.2...v1.15.0
320331
[1.14.2]: https://github.com/MetaMask/snaps-directory/compare/v1.14.1...v1.14.2
321332
[1.14.1]: https://github.com/MetaMask/snaps-directory/compare/v1.14.0...v1.14.1
322333
[1.14.0]: https://github.com/MetaMask/snaps-directory/compare/v1.13.2...v1.14.0

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-directory",
3-
"version": "1.14.2",
3+
"version": "1.15.0",
44
"private": true,
55
"description": "Discover and customize your web3 experience with the MetaMask Snaps Directory. Explore various community Snaps to enhance your web3 interactions and unlock new possibilities.",
66
"keywords": [

0 commit comments

Comments
 (0)