Skip to content
Merged

5.2.0 #260

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.0]

### Added

- Deduplicate commits with no PR number in subject ([#254](https://github.com/MetaMask/auto-changelog/pull/254))
- For commits with no PR number in the subject (non-"Squash & Merge" commits), deduplication now checks if exact description text already exists in changelog
- Merge commits are deduplicated using commit body instead of the generic merge subject

## [5.1.0]

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

### Changed

- Update `auto-changelog update --autoCategorize` to exclude entries with certain phrases or Conventional Commit prefixes ([#247](https://github.com/MetaMask/auto-changelog/pull/247))
- If commit messages have the following prefixes they will not be automatically added to the changelog:
- `style`
Expand Down Expand Up @@ -254,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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/v5.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/MetaMask/auto-changelog/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/MetaMask/auto-changelog/compare/v5.0.2...v5.1.0
[5.0.2]: https://github.com/MetaMask/auto-changelog/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/MetaMask/auto-changelog/compare/v5.0.0...v5.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/auto-changelog",
"version": "5.1.0",
"version": "5.2.0",
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
"repository": {
"type": "git",
Expand Down
Loading