@edcalderon/versioning 1.4.3 → 1.4.5
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 +22 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,16 +8,28 @@ A comprehensive versioning and changelog management tool designed for monorepos
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
## 📋 Latest Changes (v1.4.
|
|
12
|
-
|
|
13
|
-
**Extension
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
11
|
+
## 📋 Latest Changes (v1.4.5)
|
|
12
|
+
|
|
13
|
+
**Extension Versions:**
|
|
14
|
+
- `cleanup-repo`: 1.1.0
|
|
15
|
+
- `lifecycle-hooks`: 1.0.0
|
|
16
|
+
- `npm-publish`: 1.0.0
|
|
17
|
+
- `reentry-status`: 1.2.0
|
|
18
|
+
- `sample-extension`: 1.0.1
|
|
19
|
+
- `secrets-check`: 1.1.0
|
|
20
|
+
|
|
21
|
+
**From v1.4.4:**
|
|
22
|
+
- 📝 Corrected extension version listing in documentation to reflect actual per-extension versions
|
|
23
|
+
- 🔧 Improved version tracking accuracy for extensions
|
|
24
|
+
|
|
25
|
+
**From v1.4.3:**
|
|
26
|
+
- 📝 Added pre-commit linter to ensure README updates with version changes
|
|
27
|
+
- 🔧 Improved documentation maintenance workflow
|
|
28
|
+
|
|
29
|
+
**From v1.4.2:**
|
|
30
|
+
- 🔧 Added extension manager for centralized extension handling
|
|
31
|
+
- 📝 Added CHANGELOG files for all extensions
|
|
32
|
+
- 🔄 Updated CLI and sample extension with new features
|
|
21
33
|
|
|
22
34
|
**From v1.4.1:**
|
|
23
35
|
- 🐛 Fix pnpm audit vulnerabilities with override configuration
|