Skip to content

Commit 7f0116d

Browse files
github-actions[bot]github-actionslegobeatMrtenz
authored
8.1.0 (#137)
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com> --------- 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: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent e8cad2f commit 7f0116d

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
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.1.0]
10+
### Changed
11+
- Make types for JSON-RPC-related structs more accurate ([#134](https://github.com/MetaMask/utils/pull/134))
12+
- Aligning `JsonRpcParams` to be optional, yet not `undefined`.
13+
- Updated types:
14+
- `InferWithParams`
15+
- `JsonRpcNotificationStruct`
16+
- `JsonRpcParamsStruct`
17+
- `JsonRpcRequestStruct`
18+
919
## [8.0.0]
1020
### Changed
1121
- **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))
@@ -182,7 +192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
182192
### Added
183193
- Initial release
184194

185-
[Unreleased]: https://github.com/MetaMask/utils/compare/v8.0.0...HEAD
195+
[Unreleased]: https://github.com/MetaMask/utils/compare/v8.1.0...HEAD
196+
[8.1.0]: https://github.com/MetaMask/utils/compare/v8.0.0...v8.1.0
186197
[8.0.0]: https://github.com/MetaMask/utils/compare/v7.1.0...v8.0.0
187198
[7.1.0]: https://github.com/MetaMask/utils/compare/v7.0.0...v7.1.0
188199
[7.0.0]: https://github.com/MetaMask/utils/compare/v6.2.0...v7.0.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": "8.0.0",
3+
"version": "8.1.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)