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

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,21 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.123
4
+
5
+ ### Patch Changes
6
+
7
+ - 813b223: Fix base path appending to header links like mailto:
8
+
9
+ ## 0.1.0-beta.122
10
+
11
+ ### Minor Changes
12
+
13
+ - f22893c: Add interactive examples to ai chat
14
+
15
+ ### Patch Changes
16
+
17
+ - 3fbf5d8: Updates preview worker
18
+
3
19
  ## 0.1.0-beta.121
4
20
 
5
21
  ### 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.123",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },