Skip to content

Commit 24fcaf3

Browse files
5.0.2 (#241)
1 parent 7c440fc commit 24fcaf3

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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.2]
11+
12+
### Fixed
13+
14+
- Fix `--autoCategorize` so that commit messages with Conventional Commit prefixes are categorized correctly when the prefix contains a scope (e.g. `feat(scope): ...`) ([#240](https://github.com/MetaMask/auto-changelog/pull/240))
15+
1016
## [5.0.1]
1117

1218
### Fixed
@@ -216,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216222
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
217223
- 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))
218224

219-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.0.1...HEAD
225+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.0.2...HEAD
226+
[5.0.2]: https://github.com/MetaMask/auto-changelog/compare/v5.0.1...v5.0.2
220227
[5.0.1]: https://github.com/MetaMask/auto-changelog/compare/v5.0.0...v5.0.1
221228
[5.0.0]: https://github.com/MetaMask/auto-changelog/compare/v4.1.0...v5.0.0
222229
[4.1.0]: https://github.com/MetaMask/auto-changelog/compare/v4.0.0...v4.1.0

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

0 commit comments

Comments
 (0)