From faedfde21c33612b562826fc93900ba620a21478 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 23 Sep 2024 19:59:08 +0000 Subject: [PATCH 1/2] 4.0.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 485db6a..f59cfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] +### Uncategorized +- BREAKING: Bump `@metamask/auto-changelog` to `^4.0.0`, and bump related dependencies ([#156](https://github.com/MetaMask/create-release-branch/pull/156)) +- chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.1.0 ([#146](https://github.com/MetaMask/create-release-branch/pull/146)) + ## [3.0.1] ### Changed - Bump `@metamask/utils` to `^9.0.0` ([#150](https://github.com/MetaMask/create-release-branch/pull/150)) @@ -59,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - In this first release, this tool only supports monorepos with an independent versioning scheme. We will add support for other kinds of projects in future releases. - You can learn more on how to use this tool by reading the [documentation](docs/). -[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...HEAD +[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 [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 diff --git a/package.json b/package.json index af55152..4670cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "3.0.1", + "version": "4.0.0", "description": "An interactive command-line tool to prepare a release branch by automatically bumping versions and updating changelogs for desired packages. Works for both polyrepos and monorepos.", "repository": { "type": "git", From 1d3c2abdf39e766e0afa038288d1b1ac97084b71 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 23 Sep 2024 22:03:38 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f59cfc7..3bfe173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [4.0.0] -### Uncategorized -- BREAKING: Bump `@metamask/auto-changelog` to `^4.0.0`, and bump related dependencies ([#156](https://github.com/MetaMask/create-release-branch/pull/156)) -- chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.1.0 ([#146](https://github.com/MetaMask/create-release-branch/pull/146)) +### Changed +- **BREAKING:** Bump minimum Node.js version to `^18.18` ([#156](https://github.com/MetaMask/create-release-branch/pull/156)) +- **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.0.1] ### Changed