From 3f81166c1f5a5a0169ae2d987dfe54e4cccd3ba8 Mon Sep 17 00:00:00 2001 From: Toma Puljak Date: Wed, 22 Jan 2025 11:36:13 +0000 Subject: [PATCH] chore: release v0.51.1 Signed-off-by: Toma Puljak --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07be0838..433f4548 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "docs", "license": "Apache-2.0", "type": "module", - "version": "0.51.0", + "version": "0.51.1", "scripts": { "postinstall": "is-ci || husky", "dev": "astro dev --host",