@agentworkforce/workload-router 3.0.0 → 3.0.1

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 +0 -10
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,16 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [3.0.0] - 2026-05-12
11
-
12
- ### Fixed
13
-
14
- - Address CI failure + persona-maker AGENTS.md drift
15
-
16
- ### Changed
17
-
18
- - Drop tiers; flatten harness/model/prompt to top-level
19
-
20
10
  ## [2.1.2] - 2026-05-11
21
11
 
22
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentworkforce/workload-router",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/AgentWorkforce/workforce"
24
24
  },
25
25
  "dependencies": {
26
- "@agentworkforce/persona-kit": "3.0.0"
26
+ "@agentworkforce/persona-kit": "3.0.1"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"