From aedee1f14c8ada5dba0f85df7a8702934075ef5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 09:01:04 +0200 Subject: [PATCH] 2.6.0 (#112) * 2.6.0 * Update CHANGELOG.md Co-authored-by: github-actions Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com> --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b196ea8..e32d555 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] +## [2.6.0] +### Changed +- Read repository URL from package.json if `npm_package_repository_url` is not set ([#111](https://github.com/MetaMask/auto-changelog/pull/111)) + - This makes this package compatible with Yarn >1. + ## [2.5.0] ### Added - The `validate --rc` command now ensures there are no uncategorized changes in the current release entry ([#102](https://github.com/MetaMask/auto-changelog/pull/102), [#106](https://github.com/MetaMask/auto-changelog/pull/106)) @@ -73,7 +78,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/v2.5.0...HEAD +[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...HEAD +[2.6.0]: https://github.com/MetaMask/auto-changelog/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/MetaMask/auto-changelog/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/MetaMask/auto-changelog/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/MetaMask/auto-changelog/compare/v2.2.0...v2.3.0 diff --git a/package.json b/package.json index 979dd65..3216767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/auto-changelog", - "version": "2.5.0", + "version": "2.6.0", "description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", "publishConfig": { "registry": "https://registry.npmjs.org/",