Skip to content

Commit

Permalink
Update changelog and bump to minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Nov 24, 2023
1 parent 29851bc commit 94adcbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions packages/controller-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.1]
### Uncategorized
- Move `eth-query` back from devDeps to deps ([#3578](https://github.com/MetaMask/core/pull/3578))

## [6.1.0]
### Added
- Add `isInfuraNetworkType` type guard for `InfuraNetworkType` ([#2055](https://github.com/MetaMask/core/pull/2055))

### Fixed
- Restore missing dependency `eth-query`([#3578](https://github.com/MetaMask/core/pull/3578))
- This was mistakenly recategorized as a devDependency in v6.0.0

## [6.0.0]
### Changed
- **BREAKING:** Bump `@metamask/eth-query` to ^4.0.0 ([#2028](https://github.com/MetaMask/core/pull/2028))
Expand Down
2 changes: 1 addition & 1 deletion packages/controller-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/controller-utils",
"version": "6.0.1",
"version": "6.1.0",
"description": "Data and convenience functions shared by multiple packages",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 94adcbd

Please sign in to comment.