Skip to content

Commit

Permalink
chore: removed 'git+' prefix from changelog urls
Browse files Browse the repository at this point in the history
  • Loading branch information
k-g-j committed Apr 12, 2024
1 parent 1292ae3 commit 9c962f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[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
[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/metamask/snap-watch-only/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/metamask/snap-watch-only/releases/tag/v1.0.0

0 comments on commit 9c962f6

Please sign in to comment.