File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Add ` check-deps ` command to validate and update dependency bump changelog entries ([ #186 ] ( https://github.com/MetaMask/create-release-branch/pull/186 ) )
13+ - Automatically detects dependency version changes from git diffs
14+ - Validates changelog entries with exact version matching (catches stale entries)
15+ - Auto-updates changelogs with ` --fix ` flag, preserving PR history
16+ - Detects package releases and validates/updates in correct changelog section (Unreleased vs specific version)
17+ - Smart PR concatenation when same dependency bumped multiple times
18+ - Usage: ` yarn check-dependency-bumps --fix --pr <number> `
19+
1020## [ 4.1.3]
1121
1222### Fixed
You can’t perform that action at this time.
0 commit comments