Skip to content

Commit ee05a76

Browse files
Gudahttlegobeatgithub-actions[bot]github-actions
authored
Sync v3.x with main branch (#162)
* [3.x] feat: allow `npm:name@version` dependency redirections in manifest (#158) (#159) feat: allow `npm:name@version` dependency redirections in manifest (#158) * 3.1.0 (#160) * 3.1.0 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]> --------- Co-authored-by: legobeat <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent 51f2db6 commit ee05a76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- **BREAKING:** Bump `@metamask/auto-changelog` to `^4.0.0` ([#156](https://github.com/MetaMask/create-release-branch/pull/156))
1313
- This requires `prettier@>=3.0.0`.
1414

15+
## [3.1.0]
16+
### Changed
17+
- 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))
18+
1519
## [3.0.1]
1620
### Changed
1721
- 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
6670
- You can learn more on how to use this tool by reading the [documentation](docs/).
6771

6872
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...HEAD
69-
[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v4.0.0
73+
[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.1.0...v4.0.0
74+
[3.1.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v3.1.0
7075
[3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1
7176
[3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0
7277
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)