@redocly/redoc 0.78.5 → 0.78.6

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,17 @@
1
1
  # @redocly/redoc
2
2
 
3
+ ## 0.78.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 209894d20: fix: Removed the final slash for redirects when there are query parameters.
8
+ - be79a0836: fix: To allow users run Redocly CLI behind a proxy, we added `https-proxy-agent` to the list of ignored packages for the browser environment to prevent it from throwing errors in `project-builder`.
9
+ - Updated dependencies [315e55a99]
10
+ - @redocly/config@0.1.4
11
+ - @redocly/portal-plugin-mock-server@0.1.9
12
+ - @redocly/theme@0.35.5
13
+ - @redocly/openapi-docs@3.0.0-alpha.88
14
+
3
15
  ## 0.78.5
4
16
 
5
17
  ### Patch Changes