Skip to content

Commit 758b1d1

Browse files
github-actions[bot]github-actionsMajorLift
authored
11.6.0 (#261)
This is the release candidate for version 11.6.0. Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
1 parent 35fb5e8 commit 758b1d1

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

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+
## [11.6.0]
11+
12+
### Added
13+
14+
- Migrate units conversion utils from `@metamask/ethjs-unit` ([#255](https://github.com/MetaMask/utils/pull/255))
15+
1016
### Changed
1117

1218
- Make `KnownCaipNamespacedChainId` type generic over `Namespace` type parameter ([#262](https://github.com/MetaMask/utils/pull/262))
@@ -445,7 +451,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
445451
446452
- Initial release
447453
448-
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.5.0...HEAD
454+
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.6.0...HEAD
455+
[11.6.0]: https://github.com/MetaMask/utils/compare/v11.5.0...v11.6.0
449456
[11.5.0]: https://github.com/MetaMask/utils/compare/v11.4.2...v11.5.0
450457
[11.4.2]: https://github.com/MetaMask/utils/compare/v11.4.1...v11.4.2
451458
[11.4.1]: https://github.com/MetaMask/utils/compare/v11.4.0...v11.4.1

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.5.0",
3+
"version": "11.6.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)