Skip to content

Commit 486ea89

Browse files
github-actions[bot]github-actionszone-live
authored
11.7.0 (#267)
This is the release candidate for version 11.7.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
1 parent e80561c commit 486ea89

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.7.0]
11+
12+
### Added
13+
14+
- Add Tron CAIP namespace ([#266](https://github.com/MetaMask/utils/pull/266))
15+
16+
### Fixed
17+
18+
- Fix API docs generation ([#264](https://github.com/MetaMask/utils/pull/264))
19+
1020
## [11.6.0]
1121

1222
### Added
@@ -451,7 +461,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
451461
452462
- Initial release
453463
454-
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.6.0...HEAD
464+
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.7.0...HEAD
465+
[11.7.0]: https://github.com/MetaMask/utils/compare/v11.6.0...v11.7.0
455466
[11.6.0]: https://github.com/MetaMask/utils/compare/v11.5.0...v11.6.0
456467
[11.5.0]: https://github.com/MetaMask/utils/compare/v11.4.2...v11.5.0
457468
[11.4.2]: https://github.com/MetaMask/utils/compare/v11.4.1...v11.4.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "11.6.0",
3+
"version": "11.7.0",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
55
"homepage": "https://github.com/MetaMask/utils#readme",
66
"bugs": {

0 commit comments

Comments
 (0)