From cc4a0f08f853819162940cf6083c7701a172e6f5 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Sun, 18 Aug 2024 03:04:26 +0000 Subject: [PATCH] release 1.14.1 [no ci] --- CHANGELOG.adoc | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 281c488..00ddb63 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -4,6 +4,10 @@ This document provides a summary of all notable changes to this project by release. For a detailed view of what's changed, refer to the {url-repo}/commits[commit history] of this project. +== 1.14.1 (2024-08-18) + +_No changes since previous release._ + == 1.14.0 (2024-08-17) _No changes since previous release._ diff --git a/package-lock.json b/package-lock.json index 9efc8c5..22d75e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@springio/antora-extensions", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@springio/antora-extensions", - "version": "1.14.0", + "version": "1.14.1", "license": "ASL-2.0", "dependencies": { "@antora/expand-path-helper": "~2.0", diff --git a/package.json b/package.json index a9cef8f..f40f5a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@springio/antora-extensions", - "version": "1.14.0", + "version": "1.14.1", "description": "Antora extensions that support the Spring documentation.", "license": "ASL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)",