From ef3e86e15b0de7061856a53fd18c4f38e898f5e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:41:02 +0200 Subject: [PATCH] 4.0.0 (#206) * 4.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 616b392..c70450f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] +### Changed +- **BREAKING:** Drop support for Node.js <18.18 ([#203](https://github.com/MetaMask/auto-changelog/pull/203)) +- **BREAKING:** Require `prettier@>=3.0.0` ([#202](https://github.com/MetaMask/auto-changelog/pull/202)) + - Prettier is now a peer dependency of this package. +- **BREAKING:** Enable Prettier formatting by default ([#204](https://github.com/MetaMask/auto-changelog/pull/204)) + - Changelogs are now formatted with Prettier by default when using the CLI. + - You can opt-out of this change by specifying `--no-prettier`. + ## [3.4.4] ### Added - Retain tag history on update command for renamed packages with new options ([#182](https://github.com/MetaMask/auto-changelog/pull/182)) @@ -126,7 +135,8 @@ Includes the following features: - Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41)) - Configurable repository URL, version, and changelog file path ([#33](https://github.com/MetaMask/auto-changelog/pull/33), [#31](https://github.com/MetaMask/auto-changelog/pull/31), [#30](https://github.com/MetaMask/auto-changelog/pull/30)) -[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...HEAD +[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...v4.0.0 [3.4.4]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...v3.4.4 [3.4.3]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...v3.4.3 [3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2 diff --git a/package.json b/package.json index fdc5e99..95c5574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/auto-changelog", - "version": "3.4.4", + "version": "4.0.0", "description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", "repository": { "type": "git",