File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
12
12
+ The exposed schemas are now listed in the ` hint ` instead of the ` message ` field.
13
13
- Improve error details of ` PGRST301 ` error by @taimoorzaeem in #4051
14
14
15
+ ### Fixed
16
+
17
+ - Fix OpenAPI broken docs link by @taimoorzaeem in #4080
18
+
15
19
## [ 13.0.4] - 2025-06-17
16
20
17
21
### Fixed
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ prettyVersion =
26
26
docsVersion :: Text
27
27
docsVersion
28
28
| isPreRelease = " latest"
29
- | otherwise = " v" <> ( T. intercalate " ." . map show . take 1 $ version)
29
+ | otherwise = " v" <> T. intercalate " ." ( take 1 version)
30
30
31
31
32
32
-- | Versions with two components (e.g., '1.1') are treated as pre-releases.
You can’t perform that action at this time.
0 commit comments