@moonrepo/cli 1.20.0-nightly.202401260034 → 1.20.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -10,7 +10,7 @@
10
10
  - More accurately monitors signals (ctrl+c) and shutdowns.
11
11
  - Tasks can now be configured with a timeout.
12
12
 
13
- ## Unreleased
13
+ ## 1.20.0
14
14
 
15
15
  #### 🚀 Updates
16
16
 
@@ -24,11 +24,16 @@
24
24
  - These options will be merged and inherited as part of the configuration chain.
25
25
  - Added an `optional` field to task `deps`, allowing the dependency to be optional during
26
26
  inheritance.
27
+ - Added a "Tags" view to the VSCode extension.
27
28
  - Updated proto installation to trigger for all applicable commands, not just `moon run`,
28
29
  `moon check`, and `moon ci`.
29
30
  - Will also use the global proto version if available when there's no internet connection, and the
30
31
  moon required proto version has not been installed.
31
32
 
33
+ #### 🐞 Fixes
34
+
35
+ - Fixed Git version parsing when using VFSForGit.
36
+
32
37
  #### 🧩 Plugins
33
38
 
34
39
  - Updated `bun_plugin` to v0.9.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonrepo/cli",
3
- "version": "1.20.0-nightly.202401260034",
3
+ "version": "1.20.0",
4
4
  "description": "moon command line and core system.",
5
5
  "keywords": [
6
6
  "moon",