Skip to content

Commit

Permalink
4.0.2 (#45)
Browse files Browse the repository at this point in the history
This is the release candidate for version 4.0.2.

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Kate Johnson <[email protected]>
  • Loading branch information
3 people authored Aug 13, 2024
1 parent 0d1e13d commit 5a7ef51
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.2]

### Changed

- Fixed eslint errors for `SnapComponent` typing ([#44](https://github.com/MetaMask/snap-watch-only/pull/44))

## [4.0.1]

### Changed

- rebuilt `preinstalled-snap.json` to match release 4.0.0 ([#42](https://github.com/MetaMask/snap-watch-only/pull/42))
- Rebuilt `preinstalled-snap.json` to match release 4.0.0 ([#42](https://github.com/MetaMask/snap-watch-only/pull/42))

## [4.0.0]

Expand Down Expand Up @@ -59,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v4.0.1...HEAD
[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v4.0.2...HEAD
[4.0.2]: https://github.com/metamask/snap-watch-only/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/metamask/snap-watch-only/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/metamask/snap-watch-only/compare/v3.2.0...v4.0.0
[3.2.0]: https://github.com/metamask/snap-watch-only/compare/v3.1.1...v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion dist/preinstalled-snap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/account-watcher",
"version": "4.0.1",
"version": "4.0.2",
"description": "Keep an eye on Ethereum accounts right in MetaMask",
"keywords": [
"metamask",
Expand Down
4 changes: 2 additions & 2 deletions snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "4.0.1",
"version": "4.0.2",
"description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask",
"proposedName": "Account Watcher",
"repository": {
"type": "git",
"url": "https://github.com/metamask/snap-watch-only.git"
},
"source": {
"shasum": "Hy9daIsWZzX19BQjd3Bft+Kp0UIxonDv6cE+3aOzIAo=",
"shasum": "rqYJtQC0GiTUGYgDyys6G4DxZEMZ6e8TyQ1w2LYHHeU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 5a7ef51

Please sign in to comment.