diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bf8fa0..97bb702e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] +### Changed +- **BREAKING**: Replace `@metamask/controllers` with individual controller packages ([#193](https://github.com/MetaMask/swaps-controller/pull/193)) ([#214](https://github.com/MetaMask/swaps-controller/pull/214)) ([#215](https://github.com/MetaMask/swaps-controller/pull/215)) +- Bump `async-mutex` from `^0.3.1` to `^0.4.1` ([#194](https://github.com/MetaMask/swaps-controller/pull/194)) +- Bump `@metamask/auto-changelog` from `^2.5.0` to `^3.4.4` ([#194](https://github.com/MetaMask/swaps-controller/pull/194)) +- Replace `@metamask/ethjs-query` with `@metamask/eth-query` ([#191](https://github.com/MetaMask/swaps-controller/pull/191)) +- Move dependencies from/to devDependencies ([#215](https://github.com/MetaMask/swaps-controller/pull/215)) ([#217](https://github.com/MetaMask/swaps-controller/pull/217)) +- Fix web3 import ([#212](https://github.com/MetaMask/swaps-controller/pull/212)) +- Exclude tests from `dist` and change target on `tsconfig.json` ([#212](https://github.com/MetaMask/swaps-controller/pull/212)) + +### Removed +- Remove dependency `ethereumjs-util` ([#192](https://github.com/MetaMask/swaps-controller/pull/192)) + ## [7.0.1] ### Added - Add Base constants ([#206](https://github.com/MetaMask/swaps-controller/pull/206)) @@ -122,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70)) - Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69)) -[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v7.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/swaps-controller/compare/v7.0.1...v8.0.0 [7.0.1]: https://github.com/MetaMask/swaps-controller/compare/v7.0.0...v7.0.1 [7.0.0]: https://github.com/MetaMask/swaps-controller/compare/v6.9.3...v7.0.0 [6.9.3]: https://github.com/MetaMask/swaps-controller/compare/v6.9.2...v6.9.3 diff --git a/package.json b/package.json index 8a976eb3..0975288c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/swaps-controller", - "version": "7.0.1", + "version": "8.0.0", "description": "MetaMask Swaps controller module", "publishConfig": { "registry": "https://registry.npmjs.org/",