@exulu/backend 1.27.1 → 1.28.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.
@@ -1,4 +1,4 @@
1
- name: Release
1
+ name: Release backend
2
2
  on:
3
3
  push:
4
4
  branches:
@@ -24,7 +24,7 @@ jobs:
24
24
  - name: Setup Node.js
25
25
  uses: actions/setup-node@v4
26
26
  with:
27
- node-version: "22.17.1"
27
+ node-version: "22.18.0"
28
28
  - name: Install dependencies
29
29
  run: npm clean-install
30
30
  - name: Build
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.17.1
1
+ v22.18.0
package/CHANGELOG.md CHANGED
@@ -1,7 +1,6 @@
1
- ## [1.27.1](https://github.com/Qventu/exulu-backend/compare/v1.27.0...v1.27.1) (2025-10-15)
1
+ # [1.28.0](https://github.com/Qventu/exulu-backend/compare/v1.27.2...v1.28.0) (2025-10-24)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * add readme how to update older releases ([637acac](https://github.com/Qventu/exulu-backend/commit/637acac7a05d3d0ed6b54e2c2e033fef59be9274))
7
- * generat key ([2d931e8](https://github.com/Qventu/exulu-backend/commit/2d931e8774f0c86674dd960a46a54768abd41a46))
6
+ * add evaluation system with job results and queue improvements ([90b2562](https://github.com/Qventu/exulu-backend/commit/90b2562d2e86bc31078d3c489c3f6624fbda9ecc))