Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Jun 27, 2024
1 parent 3137151 commit 7e122ec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [8.5.1]
### Uncategorized
### Changed
- Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#194](https://github.com/MetaMask/utils/pull/194))
- If `@metamask/utils` `<=8.5.0` is used with `@metamask/superstruct` `>=3.1.0` the following error may be encountered:
```ts
error TS2742: The inferred type of 'ExampleType' cannot be named without a reference to '@metamask/utils/node_modules/@metamask/superstruct'. This is likely not portable. A type annotation is necessary.
```
This is resolved by updating `@metamask/utils` to `8.5.1`.

### Fixed
- Ensure functions that should return Hex, do ([#193](https://github.com/MetaMask/utils/pull/193))
- Bump `braces` from `3.0.2` to `3.0.3` ([#192](https://github.com/MetaMask/utils/pull/192))

## [8.5.0]
### Changed
Expand Down

0 comments on commit 7e122ec

Please sign in to comment.