@aitronos/freddy-plugins 0.4.21 → 0.4.23

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 +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 0.4.23 (2025-09-16)
2
+
3
+ ### Commit Details
4
+ - **Commit Message:** bug fix
5
+ - **Branch:** `main` (Other)
6
+ - **Commit Hash:** `4cb8fc0`
7
+ - **Author:** asif-mn-pits
8
+ - **Date:** 2025-09-16
9
+ - **Version Type:** patch
10
+
11
+ ### Changes
12
+ - bug fix
13
+
14
+ ## 0.4.22 (2025-09-16)
15
+
16
+ ### Commit Details
17
+ - **Commit Message:** Icongallery
18
+ - **Branch:** `main` (Other)
19
+ - **Commit Hash:** `028ee7c`
20
+ - **Author:** asif-mn-pits
21
+ - **Date:** 2025-09-16
22
+ - **Version Type:** patch
23
+
24
+ ### Changes
25
+ - Icongallery
26
+
1
27
  ## 0.4.21 (2025-09-16)
2
28
 
3
29
  ### Commit Details
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aitronos/freddy-plugins",
3
- "version": "0.4.21",
3
+ "version": "0.4.23",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",