From 055176601b291366736c868f3a50d176277fa5ad Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Sun, 18 Aug 2024 03:13:41 +0000 Subject: [PATCH] release 1.14.2 [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 00ddb63..f740576 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.2 (2024-08-18) + +_No changes since previous release._ + == 1.14.1 (2024-08-18) _No changes since previous release._ diff --git a/package-lock.json b/package-lock.json index 22d75e6..a4a7a0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@springio/antora-extensions", - "version": "1.14.1", + "version": "1.14.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@springio/antora-extensions", - "version": "1.14.1", + "version": "1.14.2", "license": "ASL-2.0", "dependencies": { "@antora/expand-path-helper": "~2.0", diff --git a/package.json b/package.json index f40f5a8..ced732e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@springio/antora-extensions", - "version": "1.14.1", + "version": "1.14.2", "description": "Antora extensions that support the Spring documentation.", "license": "ASL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)",