Skip to content

Commit d32cd12

Browse files
github-actions[bot]github-actionsbaptiste-marchand
authored
0.3.0 (#26)
This is the release candidate for version 0.3.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Baptiste Marchand <75846779+baptiste-marchand@users.noreply.github.com>
1 parent 0e1bc8e commit d32cd12

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0]
11+
12+
### Added
13+
14+
- Feat: chain changed event ([#25](https://github.com/MetaMask/connect-tron/pull/25))
15+
1016
## [0.2.0]
1117

1218
### Added
@@ -28,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2834

2935
- Initial release
3036

31-
[Unreleased]: https://github.com/MetaMask/connect-tron/compare/v0.2.0...HEAD
37+
[Unreleased]: https://github.com/MetaMask/connect-tron/compare/v0.3.0...HEAD
38+
[0.3.0]: https://github.com/MetaMask/connect-tron/compare/v0.2.0...v0.3.0
3239
[0.2.0]: https://github.com/MetaMask/connect-tron/compare/v0.1.0...v0.2.0
3340
[0.1.0]: https://github.com/MetaMask/connect-tron/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/connect-tron",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "ISC",
55
"description": "The MetaMask Connect Tron adapter",
66
"homepage": "https://github.com/MetaMask/connect-tron#readme",

0 commit comments

Comments
 (0)