From afeaeec54030a3dcfd5b35def07d6932d63fafbf Mon Sep 17 00:00:00 2001 From: louiss0 Date: Thu, 23 Jan 2025 14:57:39 -0500 Subject: [PATCH] chore(release): publish - project: asciidoc 2.2.1 --- packages/asciidoc/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/asciidoc/CHANGELOG.md b/packages/asciidoc/CHANGELOG.md index 51a121f..7b33e5e 100644 --- a/packages/asciidoc/CHANGELOG.md +++ b/packages/asciidoc/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.2.1 (2025-01-23) + +### 🩹 Fixes + +- **asciidoc:** add optional dependencies to the package.json file Not having a optional dependencies was never intended. This only happened because I placed the information in the wrong package file. ([8741ebd](https://github.com/louiss0/forastro/commit/8741ebd)) + +### ❤️ Thank You + +- louiss0 @louiss0 + ## 2.2.0 (2025-01-23) ### 🚀 Features