diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2c53154..4f25654 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.13.1 (2024-08-09) + +_No changes since previous release._ + == 1.13.0 (2024-07-30) _No changes since previous release._ diff --git a/package-lock.json b/package-lock.json index 37e4ad1..b31a8cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@springio/antora-extensions", - "version": "1.13.0", + "version": "1.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@springio/antora-extensions", - "version": "1.13.0", + "version": "1.13.1", "license": "ASL-2.0", "dependencies": { "@antora/expand-path-helper": "~2.0", diff --git a/package.json b/package.json index be0b6e4..a656d61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@springio/antora-extensions", - "version": "1.13.0", + "version": "1.13.1", "description": "Antora extensions that support the Spring documentation.", "license": "ASL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)",