Skip to content

Commit

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

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2024
1 parent 2637b0c commit 585342f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.1]

### Changed

- Bump `@metamask/keyring-api` from `^4.0.1` to `^8.1.3` ([#51](https://github.com/MetaMask/snap-watch-only/pull/51))
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).

## [4.1.0]

### Added
Expand Down Expand Up @@ -77,7 +84,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.1.0...HEAD
[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v4.1.1...HEAD
[4.1.1]: https://github.com/metamask/snap-watch-only/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/metamask/snap-watch-only/compare/v4.0.3...v4.1.0
[4.0.3]: https://github.com/metamask/snap-watch-only/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/metamask/snap-watch-only/compare/v4.0.1...v4.0.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/account-watcher",
"version": "4.1.0",
"version": "4.1.1",
"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.1.0",
"version": "4.1.1",
"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": "M2ANbkJ5NpNPliqP/8Hcfaez9XyHWF9idjZJNXRLwtk=",
"shasum": "7P59EfOWRvlz4enMEOTDyJzUPkzj6z3tPfwnNSIeK3E=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 585342f

Please sign in to comment.