Skip to content

Commit

Permalink
Merge pull request #6 from MetaMask/release/0.0.3
Browse files Browse the repository at this point in the history
0.0.3
  • Loading branch information
shanejonas authored Oct 22, 2024
2 parents 858f69f + 4db63c8 commit ee47a38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3]

### Uncategorized

- fix: publish release missing from docs publish
- 0.0.2
- 0.0.1
- fix: linting issue
- fix: publish docs homepage
- fix: check diff filename
- fix: other linting issues
- Initial Commit of react app and module template

## [0.0.2]

### Uncategorized
Expand All @@ -28,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix: other linting issues
- Initial Commit of react app and module template

[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.0.2...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/MetaMask/test-dapp-multichain/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-dapp-multichain",
"version": "0.0.2",
"version": "0.0.3",
"description": "A test dapp for multichain api",
"homepage": "https://metamask.github.io/test-dapp-multichain",
"bugs": {
Expand Down

0 comments on commit ee47a38

Please sign in to comment.