Skip to content

Commit fd505b4

Browse files
author
github-actions
committed
5.1.1
1 parent c267d3a commit fd505b4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 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.1.1]
11+
12+
### Uncategorized
13+
14+
- fix(INFRA-3081): implement duplicate detection for all commit types ([#254](https://github.com/MetaMask/auto-changelog/pull/254))
15+
1016
## [5.1.0]
1117

1218
### Added
@@ -20,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2026
- The `updateChangelog` function also supports this option
2127

2228
### Changed
29+
2330
- Update `auto-changelog update --autoCategorize` to exclude entries with certain phrases or Conventional Commit prefixes ([#247](https://github.com/MetaMask/auto-changelog/pull/247))
2431
- If commit messages have the following prefixes they will not be automatically added to the changelog:
2532
- `style`
@@ -254,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
254261
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
255262
- 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))
256263

257-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.1.0...HEAD
264+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.1.1...HEAD
265+
[5.1.1]: https://github.com/MetaMask/auto-changelog/compare/v5.1.0...v5.1.1
258266
[5.1.0]: https://github.com/MetaMask/auto-changelog/compare/v5.0.2...v5.1.0
259267
[5.0.2]: https://github.com/MetaMask/auto-changelog/compare/v5.0.1...v5.0.2
260268
[5.0.1]: https://github.com/MetaMask/auto-changelog/compare/v5.0.0...v5.0.1

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

0 commit comments

Comments
 (0)