diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 62be655..07f3113 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.12.0 (2024-07-09) + +_No changes since previous release._ + == 1.11.1 (2024-05-21) _No changes since previous release._ diff --git a/package-lock.json b/package-lock.json index 09c9a35..90f495d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@springio/antora-extensions", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@springio/antora-extensions", - "version": "1.11.1", + "version": "1.12.0", "license": "ASL-2.0", "dependencies": { "@antora/expand-path-helper": "~2.0", diff --git a/package.json b/package.json index 32b4fc7..14d8257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@springio/antora-extensions", - "version": "1.11.1", + "version": "1.12.0", "description": "Antora extensions that support the Spring documentation.", "license": "ASL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)",