Skip to content

Commit 55c8ffe

Browse files
github-actions[bot]github-actions
andauthored
5.3.0 (#262)
This is the release candidate for version 5.3.0. Co-authored-by: github-actions <[email protected]>
1 parent ebe6c6e commit 55c8ffe

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.3.0]
11+
12+
### Added
13+
14+
- Add `--requirePrNumbers` flag to `auto-changelog update` CLI command for generation-time filtering ([#253](https://github.com/MetaMask/auto-changelog/pull/253))
15+
- When enabled, commits without PR numbers are filtered out from the changelog
16+
- Disabled by default for backward compatibility
17+
- The `updateChangelog` function also supports this option via the `requirePrNumbers` parameter
18+
1019
## [5.2.0]
1120

1221
### Added
@@ -263,7 +272,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263272
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
264273
- 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))
265274

266-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.2.0...HEAD
275+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.3.0...HEAD
276+
[5.3.0]: https://github.com/MetaMask/auto-changelog/compare/v5.2.0...v5.3.0
267277
[5.2.0]: https://github.com/MetaMask/auto-changelog/compare/v5.1.0...v5.2.0
268278
[5.1.0]: https://github.com/MetaMask/auto-changelog/compare/v5.0.2...v5.1.0
269279
[5.0.2]: https://github.com/MetaMask/auto-changelog/compare/v5.0.1...v5.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/auto-changelog",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)