@agentworkforce/workload-router 0.5.1 → 0.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.6.0] - 2026-05-06
11
+
12
+ ### Released
13
+
14
+ - v0.6.0
15
+
16
+ ## [0.5.4] - 2026-05-02
17
+
18
+ ### Dependencies
19
+
20
+ - Sync package versions to 0.5.4
21
+
10
22
  ## [0.5.1] - 2026-04-30
11
23
 
12
24
  ### Added
@@ -24,4 +36,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
36
  ### Released
25
37
 
26
38
  - v0.4.1
27
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentworkforce/workload-router",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",