Skip to content

Commit 66f825d

Browse files
github-actions[bot]github-actionsMajorLiftcryptodev-2s
authored
11.5.0 (#260)
This is the release candidate for version 11.5.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com> Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
1 parent 4eab923 commit 66f825d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.5.0]
11+
12+
### Added
13+
14+
- Add `KnownCaipNamespacedChainId` type as narrower subtype of `CaipChainId` ([#258](https://github.com/MetaMask/utils/pull/258))
15+
16+
### Changed
17+
18+
- Add `lodash` and `@types/lodash` as dependencies ([#253](https://github.com/MetaMask/utils/pull/253), [#257](https://github.com/MetaMask/utils/pull/257))
19+
20+
### Removed
21+
22+
- Remove `lodash.memoize` (dependency) and `@types/lodash.memoize` (devDependency) ([#253](https://github.com/MetaMask/utils/pull/253)).
23+
1024
## [11.4.2]
1125

1226
### Fixed
@@ -427,7 +441,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
427441
428442
- Initial release
429443
430-
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.4.2...HEAD
444+
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.5.0...HEAD
445+
[11.5.0]: https://github.com/MetaMask/utils/compare/v11.4.2...v11.5.0
431446
[11.4.2]: https://github.com/MetaMask/utils/compare/v11.4.1...v11.4.2
432447
[11.4.1]: https://github.com/MetaMask/utils/compare/v11.4.0...v11.4.1
433448
[11.4.0]: https://github.com/MetaMask/utils/compare/v11.3.0...v11.4.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/utils",
3-
"version": "11.4.2",
3+
"version": "11.5.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)