Skip to content
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
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.15.2]

### Changed

- Update translations ([#542](https://github.com/MetaMask/snaps-directory/pull/542))

### Removed

- Remove feedback link ([#550](https://github.com/MetaMask/snaps-directory/pull/550))

## [1.15.1]

### Fixed
Expand Down Expand Up @@ -332,7 +342,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
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/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": [
Expand Down
Loading