@guanghechen/commander 4.7.1 → 4.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Align commander optional/subcommand parsing with spec and keep release notes in sync. Upgrade
8
+ tooling dependencies and pin changesets packages to fixed versions.
9
+
10
+ ## 4.7.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Improve commander release quality by enforcing command validation rules and refining fish
15
+ completion command-chain matching.
16
+
3
17
  ## 4.7.1
4
18
 
5
19
  ### Patch Changes