@exulu/backend 1.25.5 → 1.27.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,6 @@
1
- ## [1.25.5](https://github.com/Qventu/exulu-backend/compare/v1.25.4...v1.25.5) (2025-10-08)
1
+ # [1.27.0](https://github.com/Qventu/exulu-backend/compare/v1.26.0...v1.27.0) (2025-10-14)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * styling of stdout console log winston ([60da8eb](https://github.com/Qventu/exulu-backend/commit/60da8ebfe405215cd6832491b5ba166e77fb56df))
6
+ * default agents and ability to import theme ([ac49c74](https://github.com/Qventu/exulu-backend/commit/ac49c742e68c172a7011766166050b907a2020a3))