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/).
1212 + The exposed schemas are now listed in the ` hint ` instead of the ` message ` field.
1313- Improve error details of ` PGRST301 ` error by @taimoorzaeem in #4051
1414
15+ ### Fixed
16+
17+ - Fix OpenAPI broken docs link by @taimoorzaeem in #4080
18+
1519## [ 13.0.4] - 2025-06-17
1620
1721### Fixed
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ prettyVersion =
2626docsVersion :: Text
2727docsVersion
2828 | isPreRelease = " latest"
29- | otherwise = " v" <> ( T. intercalate " ." . map show . take 1 $ version)
29+ | otherwise = " v" <> T. intercalate " ." ( take 1 version)
3030
3131
3232-- | 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