Skip to content

Commit 58b1611

Browse files
github-actions[bot]github-actionslegobeatFrederikBolding
authored
8.0.0 (#132)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 2c612ff commit 58b1611

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [8.0.0]
10+
### Changed
11+
- **BREAKING:** `JsonRpcParams` type no longer accepts `undefined` as value, as `undefined` is not a valid JSON type ([#130](https://github.com/MetaMask/utils/pull/130))
12+
913
## [7.1.0]
1014
### Added
1115
- Add CAIP-2 and CAIP-10 types ([#116](https://github.com/MetaMask/utils/pull/116))
@@ -178,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
178182
### Added
179183
- Initial release
180184

181-
[Unreleased]: https://github.com/MetaMask/utils/compare/v7.1.0...HEAD
185+
[Unreleased]: https://github.com/MetaMask/utils/compare/v8.0.0...HEAD
186+
[8.0.0]: https://github.com/MetaMask/utils/compare/v7.1.0...v8.0.0
182187
[7.1.0]: https://github.com/MetaMask/utils/compare/v7.0.0...v7.1.0
183188
[7.0.0]: https://github.com/MetaMask/utils/compare/v6.2.0...v7.0.0
184189
[6.2.0]: https://github.com/MetaMask/utils/compare/v6.1.0...v6.2.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": "7.1.0",
3+
"version": "8.0.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)