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