From 2f979ab61fd6f23048b9b4f3c0f4a2604e9f8ee9 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Tue, 22 Oct 2024 10:19:50 +0100 Subject: [PATCH] 0.26.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52f60662..a77dc5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@neo4j/docs-ui", - "version": "0.26.2", + "version": "0.26.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@neo4j/docs-ui", - "version": "0.26.2", + "version": "0.26.3", "license": "MPL-2.0", "dependencies": { "@antora/cli": "^2.3.3", diff --git a/package.json b/package.json index 512787a6..615d74fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/docs-ui", - "version": "0.26.2", + "version": "0.26.3", "description": "Produces the UI bundle for the Neo4j documentation site", "homepage": "https://github.com/neo4j-documentation/docs-ui", "license": "MPL-2.0",