@edcalderon/versioning 1.4.4 → 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 +13 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,16 +8,19 @@ A comprehensive versioning and changelog management tool designed for monorepos
8
8
 
9
9
  ---
10
10
 
11
- ## 📋 Latest Changes (v1.4.4)
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
21
24
 
22
25
  **From v1.4.3:**
23
26
  - 📝 Added pre-commit linter to ensure README updates with version changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edcalderon/versioning",
3
- "version": "1.4.4",
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": {