@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.
Files changed (2) hide show
  1. package/README.md +22 -10
  2. 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.2)
12
-
13
- **Extension Version Updates:**
14
- - 🔄 Updated all extensions to v1.4.2 for consistency:
15
- - `cleanup-repo`: 1.1.0 → 1.4.2
16
- - `lifecycle-hooks`: 1.0.0 → 1.4.2
17
- - `npm-publish`: 1.0.0 → 1.4.2
18
- - `reentry-status`: 1.2.0 → 1.4.2
19
- - `sample-extension`: 1.0.0 → 1.4.2
20
- - `secrets-check`: 1.1.0 → 1.4.2
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edcalderon/versioning",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "description": "A comprehensive versioning and changelog management tool for monorepos",
5
5
  "main": "dist/index.js",
6
6
  "bin": {