From afb26dfc91eb4381478b027af4310c820fd7d652 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Mar 2025 16:34:36 +0000 Subject: [PATCH 1/2] 1.15.2 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3035541173..ded703a38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.15.2] + +### Uncategorized + +- New Crowdin translations by Github Action ([#542](https://github.com/MetaMask/snaps-directory/pull/542)) +- Bump @metamask/providers from 17.2.1 to 20.0.0 ([#530](https://github.com/MetaMask/snaps-directory/pull/530)) +- chore: add workflow_dispatch to security-code-scanner ([#538](https://github.com/MetaMask/snaps-directory/pull/538)) + ## [1.15.1] ### Fixed @@ -332,7 +340,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-directory/compare/v1.15.2...HEAD +[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 [1.14.2]: https://github.com/MetaMask/snaps-directory/compare/v1.14.1...v1.14.2 diff --git a/package.json b/package.json index 568ef2d224..359d517c24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-directory", - "version": "1.15.1", + "version": "1.15.2", "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 b723ae9b40c2bafa8234ff8be709f879bd349115 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Tue, 1 Apr 2025 11:50:15 +0200 Subject: [PATCH 2/2] Update CHANGELOG for version 1.15.2 --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded703a38f..9f00ea10ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.15.2] -### Uncategorized +### Changed + +- Update translations ([#542](https://github.com/MetaMask/snaps-directory/pull/542)) + +### Removed -- New Crowdin translations by Github Action ([#542](https://github.com/MetaMask/snaps-directory/pull/542)) -- Bump @metamask/providers from 17.2.1 to 20.0.0 ([#530](https://github.com/MetaMask/snaps-directory/pull/530)) -- chore: add workflow_dispatch to security-code-scanner ([#538](https://github.com/MetaMask/snaps-directory/pull/538)) +- Remove feedback link ([#550](https://github.com/MetaMask/snaps-directory/pull/550)) ## [1.15.1]