From 2ed7f0f54ee9b7d70be80f88529d2682c83d5c74 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Nov 2022 22:33:34 +0000 Subject: [PATCH 1/2] 3.0.0 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0590c5e..7f88b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] +### Uncategorized +- Make `prepack.sh` script executable ([#126](https://github.com/MetaMask/auto-changelog/pull/126)) +- Update GitHub actions to match module template ([#125](https://github.com/MetaMask/auto-changelog/pull/125)) +- Refactor: `return` on same line as error ([#122](https://github.com/MetaMask/auto-changelog/pull/122)) +- Get package version from manifest ([#121](https://github.com/MetaMask/auto-changelog/pull/121)) +- Migrate to Yarn v3 ([#123](https://github.com/MetaMask/auto-changelog/pull/123)) +- Support alternate tag prefixes ([#120](https://github.com/MetaMask/auto-changelog/pull/120)) +- Update ESLint configuration and packages ([#118](https://github.com/MetaMask/auto-changelog/pull/118)) +- Update GitHub actions to resolve deprecation warnings ([#119](https://github.com/MetaMask/auto-changelog/pull/119)) +- Update minimum Node.js version to v14 ([#117](https://github.com/MetaMask/auto-changelog/pull/117)) + ## [2.6.1] ### Fixed - When fetching remote tags, order by date to account for miniscule time differences between tags created within automated tests ([#113](https://github.com/MetaMask/auto-changelog/pull/113)) @@ -82,7 +94,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.6.1...HEAD +[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...v3.0.0 [2.6.1]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...v2.6.1 [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 diff --git a/package.json b/package.json index bea55f2..20ef916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/auto-changelog", - "version": "2.6.1", + "version": "3.0.0", "description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", "publishConfig": { "registry": "https://registry.npmjs.org/", From 0e9b8abeb55506111656e9eea571186fde2f2005 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Mon, 7 Nov 2022 19:05:38 -0330 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f88b1d..9d5998b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [3.0.0] -### Uncategorized -- Make `prepack.sh` script executable ([#126](https://github.com/MetaMask/auto-changelog/pull/126)) -- Update GitHub actions to match module template ([#125](https://github.com/MetaMask/auto-changelog/pull/125)) -- Refactor: `return` on same line as error ([#122](https://github.com/MetaMask/auto-changelog/pull/122)) -- Get package version from manifest ([#121](https://github.com/MetaMask/auto-changelog/pull/121)) -- Migrate to Yarn v3 ([#123](https://github.com/MetaMask/auto-changelog/pull/123)) +### Added - Support alternate tag prefixes ([#120](https://github.com/MetaMask/auto-changelog/pull/120)) -- Update ESLint configuration and packages ([#118](https://github.com/MetaMask/auto-changelog/pull/118)) -- Update GitHub actions to resolve deprecation warnings ([#119](https://github.com/MetaMask/auto-changelog/pull/119)) -- Update minimum Node.js version to v14 ([#117](https://github.com/MetaMask/auto-changelog/pull/117)) + +### Changed +- **BREAKING:** Update minimum Node.js version to v14 ([#117](https://github.com/MetaMask/auto-changelog/pull/117)) +- Get package version from manifest ([#121](https://github.com/MetaMask/auto-changelog/pull/121)) ## [2.6.1] ### Fixed