@redocly/revel-reef 0.112.0 → 0.112.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @redocly/revel-reef
2
2
 
3
+ ## 0.112.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6f58412a9d: Resolved an issue with the mock server where the first matching API route was selected instead of the longest matching route, which led to inaccurate request handling.
8
+ - 8cb0dcf970: Added default email value to the developer server login form.
9
+
3
10
  ## 0.112.0
4
11
 
5
12
  ### Minor Changes