spec-driven-development 3.4.3 → 3.5.2

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 +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # spec-driven-development
2
2
 
3
+ ## 3.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 18df977: fix: release workflow
8
+ - Updated dependencies [18df977]
9
+ - @contractspec/app.cli-contractspec@3.5.2
10
+
11
+ ## 3.5.1
12
+
13
+ ### Patch Changes
14
+
15
+ - dfff0d4: fix: use client within lib surface-runtime
16
+ - Updated dependencies [dfff0d4]
17
+ - @contractspec/app.cli-contractspec@3.5.1
18
+
19
+ ## 3.5.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 230bdf6: feat: ai-chat wireing
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [230bdf6]
28
+ - @contractspec/app.cli-contractspec@3.5.0
29
+
3
30
  ## 3.4.3
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "spec-driven-development",
3
- "version": "3.4.3",
3
+ "version": "3.5.2",
4
4
  "description": "CLI tool for creating, building, and validating contract specifications",
5
5
  "bin": {
6
6
  "sdd": "./bin/contractspec.mjs",
7
7
  "spec-driven-development": "./bin/contractspec.mjs"
8
8
  },
9
9
  "dependencies": {
10
- "@contractspec/app.cli-contractspec": "3.4.3"
10
+ "@contractspec/app.cli-contractspec": "3.5.2"
11
11
  },
12
12
  "scripts": {
13
13
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",