Skip to content

Commit 43c782a

Browse files
chore(docs): Update version in documentation (automated) (#15197)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
1 parent bd162f7 commit 43c782a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.14",
8-
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.14.0",
9-
"releaseDate": "2026-04-23T12:17:37Z"
7+
"number": "2.14.1",
8+
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.14.1",
9+
"releaseDate": "2026-04-24T14:11:43Z"
1010
}
1111
}

0 commit comments

Comments
 (0)