@stainless-api/docs 0.1.0-beta.121 → 0.1.0-beta.122

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.122
4
+
5
+ ### Minor Changes
6
+
7
+ - f22893c: Add interactive examples to ai chat
8
+
9
+ ### Patch Changes
10
+
11
+ - 3fbf5d8: Updates preview worker
12
+
3
13
  ## 0.1.0-beta.121
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainless-api/docs",
3
- "version": "0.1.0-beta.121",
3
+ "version": "0.1.0-beta.122",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },