Skip to content

Commit

Permalink
queued-request-controller: Add missing CL entries for 0.5.0 (#4002)
Browse files Browse the repository at this point in the history
`@metamask/queued-request-controller` was bumped to 0.5.0 in [release
118.0](#3958), but changes that
took place since 0.4.0 were not included in the changelog for that
release. This commit corrects this.
  • Loading branch information
mcmire authored Mar 6, 2024
1 parent 289434b commit c7bb557
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/queued-request-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.5.0]

### Added

- Add `queuedRequestCount` state ([#3919](https://github.com/MetaMask/core/pull/3919))

### Changed

- **BREAKING:** Bump `@metamask/selected-network-controller` peer dependency to `^8.0.0` ([#3958](https://github.com/MetaMask/core/pull/3958))
- Deprecate the `length` method in favor of the `queuedRequestCount` state ([#3919](https://github.com/MetaMask/core/pull/3919))
- Deprecate the `countChanged` event in favor of the `stateChange` event ([#3919](https://github.com/MetaMask/core/pull/3919))

## [0.4.0]

Expand Down

0 comments on commit c7bb557

Please sign in to comment.