@exulu/backend 1.25.5 → 1.26.0

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.
@@ -33,6 +33,6 @@ jobs:
33
33
  # run: npm audit signatures
34
34
  - name: Release
35
35
  env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
36
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
38
  run: HUSKY=0 npm run semantic-release
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
- ## [1.25.5](https://github.com/Qventu/exulu-backend/compare/v1.25.4...v1.25.5) (2025-10-08)
1
+ # [1.26.0](https://github.com/Qventu/exulu-backend/compare/v1.25.5...v1.26.0) (2025-10-12)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * styling of stdout console log winston ([60da8eb](https://github.com/Qventu/exulu-backend/commit/60da8ebfe405215cd6832491b5ba166e77fb56df))
6
+ * add github token to actions ([d328d2d](https://github.com/Qventu/exulu-backend/commit/d328d2d6557d9db016cbd09db918b06c78354f7a))
7
+ * merged evals feature to main ([5b58fb9](https://github.com/Qventu/exulu-backend/commit/5b58fb9dcb509e528d0ca29e53686acb14b6c843))
8
+
9
+
10
+ ### Features
11
+
12
+ * add dynamic file fields to context items, list files api and much more ([0a8d7cb](https://github.com/Qventu/exulu-backend/commit/0a8d7cb0dc75979486558a5b4be672dec1e7b2fd))
13
+ * evals ([19aaebd](https://github.com/Qventu/exulu-backend/commit/19aaebde4f068f9440d6ba5177e03328ee7634be))
14
+ * file processors ([caef87b](https://github.com/Qventu/exulu-backend/commit/caef87b25b3bfd4ae684cbbf7d4507c77528b4ae))