Skip to content

Commit 5322517

Browse files
committed
update changelog
1 parent e07a530 commit 5322517

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
## [4.1.0]
10-
### Uncategorized
11-
- chore: bump `actions/upload-artifact` from `v3` to `v4` ([#171](https://github.com/MetaMask/create-release-branch/pull/171))
12-
- feat: release UI beta ([#166](https://github.com/MetaMask/create-release-branch/pull/166))
13-
- fix: limit breaking change dependent detection to peer dependencies ([#170](https://github.com/MetaMask/create-release-branch/pull/170))
14-
- chore: add workflow_dispatch to security-code-scanner ([#169](https://github.com/MetaMask/create-release-branch/pull/169))
15-
- Sync v3.x with main branch ([#162](https://github.com/MetaMask/create-release-branch/pull/162))
16-
- 4.0.0 ([#157](https://github.com/MetaMask/create-release-branch/pull/157))
17-
- chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.1.0 ([#146](https://github.com/MetaMask/create-release-branch/pull/146))
10+
### Added
11+
- Add interactive web UI for selecting package versions to release ([#166](https://github.com/MetaMask/create-release-branch/pull/166))
12+
- Added `--interactive` (`-i`) flag to launch a web-based UI for easier version selection
13+
- Added `--port` option to configure the web server port (default: 3000)
14+
15+
### Changed
16+
- Refine breaking change dependent detection to only consider peer dependencies ([#170](https://github.com/MetaMask/create-release-branch/pull/170))
17+
- This change supports our policy of requiring packages with breaking changes to be released alongside their dependents
18+
- Regular dependencies are no longer included in this check
1819

1920
## [4.0.0]
2021
### Changed

0 commit comments

Comments
 (0)