@edcalderon/versioning 1.4.3 → 1.4.4
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/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ A comprehensive versioning and changelog management tool designed for monorepos
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
## 📋 Latest Changes (v1.4.
|
|
11
|
+
## 📋 Latest Changes (v1.4.4)
|
|
12
12
|
|
|
13
13
|
**Extension Version Updates:**
|
|
14
14
|
- 🔄 Updated all extensions to v1.4.2 for consistency:
|
|
@@ -19,6 +19,15 @@ A comprehensive versioning and changelog management tool designed for monorepos
|
|
|
19
19
|
- `sample-extension`: 1.0.0 → 1.4.2
|
|
20
20
|
- `secrets-check`: 1.1.0 → 1.4.2
|
|
21
21
|
|
|
22
|
+
**From v1.4.3:**
|
|
23
|
+
- 📝 Added pre-commit linter to ensure README updates with version changes
|
|
24
|
+
- 🔧 Improved documentation maintenance workflow
|
|
25
|
+
|
|
26
|
+
**From v1.4.2:**
|
|
27
|
+
- 🔧 Added extension manager for centralized extension handling
|
|
28
|
+
- 📝 Added CHANGELOG files for all extensions
|
|
29
|
+
- 🔄 Updated CLI and sample extension with new features
|
|
30
|
+
|
|
22
31
|
**From v1.4.1:**
|
|
23
32
|
- 🐛 Fix pnpm audit vulnerabilities with override configuration
|
|
24
33
|
- 🔧 Improve error handling in StatusManager
|