From 4574a31d4fc9522a2d173ff8e770d519a1613f58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:37:50 -0600 Subject: [PATCH] 3.4.2 (#171) Co-authored-by: github-actions Co-authored-by: Elliot Winkler Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b6a3a..d2a7a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.2] +### Fixed +- Remove circular dependency on `@metamask/utils` ([#170](https://github.com/MetaMask/auto-changelog/pull/170)) + ## [3.4.1] ### Fixed - Add missing dependency `@metamask/utils` ([#168](https://github.com/MetaMask/auto-changelog/pull/168)) @@ -112,7 +116,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...v3.4.1 [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 diff --git a/package.json b/package.json index 5497259..21e92eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/auto-changelog", - "version": "3.4.1", + "version": "3.4.2", "description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", "publishConfig": { "registry": "https://registry.npmjs.org/",