File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
9
9
## [ 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
18
19
19
20
## [ 4.0.0]
20
21
### Changed
You can’t perform that action at this time.
0 commit comments