From 320f3595b4ee1dbf113b12268c9453ca44394578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:17:54 +0100 Subject: [PATCH] 3.4.0 (#167) * 3.4.0 * release notes modified in changelog * remove developer-only impact change from release note Co-authored-by: Elliot Winkler * release notes modified in changelog * lint:fix * fix changelog validation error --------- Co-authored-by: github-actions Co-authored-by: Kanthesha Devaramane Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Elliot Winkler --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b803816..5e9665a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.0] +### Added +- Retain tag history for renamed packages with new validation options ([#157](https://github.com/MetaMask/auto-changelog/pull/157)) + + - Introduced --version-before-package-rename and --tag-prefix-before-package-rename options for validate command. + ## [3.3.0] ### Added - Add `--prettier` option for Prettier-formatted changelogs ([#155](https://github.com/MetaMask/auto-changelog/pull/155)) @@ -102,7 +108,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.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...HEAD +[3.4.0]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...v3.4.0 [3.3.0]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...v3.1.0 diff --git a/package.json b/package.json index 4ba6d7d..fa14ee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/auto-changelog", - "version": "3.3.0", + "version": "3.4.0", "description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", "publishConfig": { "registry": "https://registry.npmjs.org/",