From 0f8fa31a4750a5b1e29f68e5dd18aaf924573148 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Jun 2025 13:03:29 +0000 Subject: [PATCH 1/2] 1.15.3 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f00ea10ed..2c604591d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.15.3] + +### Uncategorized + +- feat: Prefer EIP-6963 for detecting providers ([#563](https://github.com/MetaMask/snaps-directory/pull/563)) +- Update workflows to use `MetaMask/action-checkout-and-setup` and remove Node.js 16.x ([#552](https://github.com/MetaMask/snaps-directory/pull/552)) + ## [1.15.2] ### Changed @@ -342,7 +349,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial test release. -[Unreleased]: https://github.com/MetaMask/snaps-directory/compare/v1.15.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-directory/compare/v1.15.3...HEAD +[1.15.3]: https://github.com/MetaMask/snaps-directory/compare/v1.15.2...v1.15.3 [1.15.2]: https://github.com/MetaMask/snaps-directory/compare/v1.15.1...v1.15.2 [1.15.1]: https://github.com/MetaMask/snaps-directory/compare/v1.15.0...v1.15.1 [1.15.0]: https://github.com/MetaMask/snaps-directory/compare/v1.14.2...v1.15.0 diff --git a/package.json b/package.json index 359d517c24..a076fdc199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-directory", - "version": "1.15.2", + "version": "1.15.3", "private": true, "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.", "keywords": [ From f7a557add7f1d810c9fde32766ccd1b0174573dc Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Wed, 11 Jun 2025 15:04:35 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c604591d2..ca0e752c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.15.3] -### Uncategorized +### Fixed -- feat: Prefer EIP-6963 for detecting providers ([#563](https://github.com/MetaMask/snaps-directory/pull/563)) -- Update workflows to use `MetaMask/action-checkout-and-setup` and remove Node.js 16.x ([#552](https://github.com/MetaMask/snaps-directory/pull/552)) +- Prefer EIP-6963 for detecting providers ([#563](https://github.com/MetaMask/snaps-directory/pull/563)) ## [1.15.2]