diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index cc08da0..0732f48 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.0.0-alpha.10 (2024-03-06) + +_No changes since previous release._ + == 1.0.0-alpha.9 (2023-02-06) _No changes since previous release._ diff --git a/package-lock.json b/package-lock.json index 96eb9a8..bf15249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@springio/asciidoctor-extensions", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@springio/asciidoctor-extensions", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "license": "ASL-2.0", "dependencies": { "js-yaml": "~4.1" diff --git a/package.json b/package.json index f2e3429..ed373f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@springio/asciidoctor-extensions", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Asciidoctor.js extensions that support the Spring documentation.", "license": "ASL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)",