@aitronos/freddy-plugins 0.4.35 → 0.4.36
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/CHANGELOG.md +13 -0
- package/dist/index.cjs +20 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3226 -3205
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.4.36 (2025-11-12)
|
|
2
|
+
|
|
3
|
+
### Commit Details
|
|
4
|
+
- **Commit Message:** new Icon for search
|
|
5
|
+
- **Branch:** `main` (Other)
|
|
6
|
+
- **Commit Hash:** `00bf475`
|
|
7
|
+
- **Author:** asif-mn-pits
|
|
8
|
+
- **Date:** 2025-11-11
|
|
9
|
+
- **Version Type:** patch
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
- new Icon for search
|
|
13
|
+
|
|
1
14
|
## 0.4.35 (2025-11-11)
|
|
2
15
|
|
|
3
16
|
### Commit Details
|