Skip to content

Commit

Permalink
Merge pull request #13 from MetaMask/release/2.0.0
Browse files Browse the repository at this point in the history
2.0.0
  • Loading branch information
k-g-j authored Apr 12, 2024
2 parents 5fcf617 + def7327 commit 12714e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]

### Changed

- **BREAKING:** Converted from monorepo and changed package name from "@metamask/snap-watch-only-snap" to "@metamask/snap-watch-only"

## [1.0.0]

### Added

- Initial release.

[Unreleased]: git+https://github.com/metamask/snap-watch-only/compare/v1.0.0...HEAD
[Unreleased]: git+https://github.com/metamask/snap-watch-only/compare/v2.0.0...HEAD
[2.0.0]: git+https://github.com/metamask/snap-watch-only/compare/v1.0.0...v2.0.0
[1.0.0]: git+https://github.com/metamask/snap-watch-only/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-watch-only",
"version": "1.0.0",
"version": "2.0.0",
"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": "1.0.0",
"version": "2.0.0",
"description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask",
"proposedName": "Account Watcher",
"repository": {
"type": "git",
"url": "git+https://github.com/metamask/snap-watch-only.git"
},
"source": {
"shasum": "TWohk7pLmCM7x3/DpQAsJ7fbJvGXuyV/2JVRV3WuRk4=",
"shasum": "j/0jVbcKLdwYAspkwhiw68ZmWy9NwgVfltDMV5LNtuQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 12714e5

Please sign in to comment.