@aitronos/freddy-plugins 0.4.44 → 0.4.46

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 +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## 0.4.46 (2025-11-19)
2
+
3
+ ### Commit Details
4
+ - **Commit Message:** release icon zip again
5
+ - **Branch:** `main` (Other)
6
+ - **Commit Hash:** `540f02e`
7
+ - **Author:** asif-mn-aitronos
8
+ - **Date:** 2025-11-19
9
+ - **Version Type:** patch
10
+
11
+ ### Changes
12
+ - release icon zip again
13
+
14
+ ## 0.4.45 (2025-11-19)
15
+
16
+ **Removing IconZip for debugging**
17
+
18
+ ### Commit Details
19
+ - **Commit Message:** Removing IconZip for debugging
20
+ - **Branch:** `main` (Other)
21
+ - **Commit Hash:** `37a07e4`
22
+ - **Author:** asif-mn-aitronos
23
+ - **Date:** 2025-11-18
24
+ - **Version Type:** patch
25
+
26
+ ### Changes
27
+ - Removing IconZip for debugging
28
+
1
29
  ## 0.4.44 (2025-11-18)
2
30
 
3
31
  ### Commit Details
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aitronos/freddy-plugins",
3
- "version": "0.4.44",
3
+ "version": "0.4.46",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",