Skip to content

Commit 268f95d

Browse files
github-actions[bot]github-actionsMrtenz
authored
4.0.0 (#143)
* 4.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 7cfbf70 commit 268f95d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Bump minimum Node.js version to `^18.18` ([#142](https://github.com/MetaMask/action-create-release-pr/pull/142))
15+
- **BREAKING:** Bump `@metamask/auto-changelog` to `^4.0.0` ([#142](https://github.com/MetaMask/action-create-release-pr/pull/142))
16+
- This requires `prettier@>=3.0.0`.
17+
1018
## [3.0.1]
1119

1220
### Changed
@@ -180,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180188

181189
- First semi-stable release. Polyrepos only.
182190

183-
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v3.0.1...HEAD
191+
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v4.0.0...HEAD
192+
[4.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v3.0.1...v4.0.0
184193
[3.0.1]: https://github.com/MetaMask/action-create-release-pr/compare/v3.0.0...v3.0.1
185194
[3.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...v3.0.0
186195
[2.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "action-create-release-pr",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
66
"files": [
77
"lib/"

0 commit comments

Comments
 (0)