Skip to content

Commit 0b03d75

Browse files
github-actions[bot]github-actions
andauthored
4.1.0 (#214)
Co-authored-by: github-actions <[email protected]>
1 parent 4136117 commit 0b03d75

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.1.0]
10+
### Added
11+
- Add `--autoCategorize` flag to `update` command ([#212](https://github.com/MetaMask/auto-changelog/pull/212))
12+
- When populating the Unreleased section, the tool will look for [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) prefixes in commit message subjects and place matching commits in corresponding categories automatically.
13+
- Supported prefixes are `feat` (which routes to "Added") and `fix` (which routes to "Fixed").
14+
915
## [4.0.0]
1016
### Changed
1117
- **BREAKING:** Drop support for Node.js <18.18 ([#203](https://github.com/MetaMask/auto-changelog/pull/203))
@@ -135,7 +141,8 @@ Includes the following features:
135141
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
136142
- 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))
137143

138-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v4.0.0...HEAD
144+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v4.1.0...HEAD
145+
[4.1.0]: https://github.com/MetaMask/auto-changelog/compare/v4.0.0...v4.1.0
139146
[4.0.0]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...v4.0.0
140147
[3.4.4]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...v3.4.4
141148
[3.4.3]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...v3.4.3

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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)