diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfe173..79203e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump `@metamask/auto-changelog` to `^4.0.0` ([#156](https://github.com/MetaMask/create-release-branch/pull/156)) - This requires `prettier@>=3.0.0`. +## [3.1.0] +### Changed +- Allow `npm:name@version` dependency redirections in manifest ([#158](https://github.com/MetaMask/create-release-branch/pull/158)) ([#159](https://github.com/MetaMask/create-release-branch/pull/159)) + ## [3.0.1] ### Changed - Bump `@metamask/utils` to `^9.0.0` ([#150](https://github.com/MetaMask/create-release-branch/pull/150)) @@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - You can learn more on how to use this tool by reading the [documentation](docs/). [Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...HEAD -[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v4.0.0 +[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.1.0...v4.0.0 +[3.1.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0 [2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1