Skip to content

Commit 98ae29c

Browse files
chore(docs): Update version in documentation (automated) (#14890)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
1 parent ad4437b commit 98ae29c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/packages/docs-ui/src/global-config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { DocsConfig } from "types"
44

55
export const globalConfig: Pick<DocsConfig, "version"> = {
66
"version": {
7-
"number": "2.13.3",
8-
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.13.3",
9-
"releaseDate": "2026-02-27T13:01:44Z"
7+
"number": "2.13.4",
8+
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.13.4",
9+
"releaseDate": "2026-03-14T10:14:04Z"
1010
}
1111
}

0 commit comments

Comments
 (0)