From f13fc52a977a974d62acb6a60e507259f54bf59c Mon Sep 17 00:00:00 2001 From: Toma Puljak Date: Tue, 28 Jan 2025 15:52:31 +0000 Subject: [PATCH] chore: release v0.52.2 Signed-off-by: Toma Puljak --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3c223e3..92b9df4b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "docs", "license": "Apache-2.0", "type": "module", - "version": "0.52.1", + "version": "0.52.2", "scripts": { "postinstall": "is-ci || husky", "dev": "astro dev --host",