From 04a1e90720078646cbd0c51ede55100d75256159 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:42:28 +0000 Subject: [PATCH 1/2] chore(main): release 0.19.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- release-please-manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ccf8ef..69c848c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.19.0](https://github.com/noormdev/ignatius/compare/v0.18.0...v0.19.0) (2026-09-08) + + +### Features + +* **flows:** stack and group DFD stores ([dd2c24a](https://github.com/noormdev/ignatius/commit/dd2c24a29810721dd82375a9b0a1030bd684bc17)) +* **flows:** stack and group DFD stores ([02c37c0](https://github.com/noormdev/ignatius/commit/02c37c015b3755536def647fc62d434588c3a419)) + ## [0.18.0](https://github.com/noormdev/ignatius/compare/v0.17.0...v0.18.0) (2026-09-06) diff --git a/package.json b/package.json index 5e46954..17b5106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignatius", - "version": "0.18.0", + "version": "0.19.0", "private": true, "type": "module", "description": "ignatius — a markdown-driven IDEF1X ERD viewer + static site generator", diff --git a/release-please-manifest.json b/release-please-manifest.json index 5e39b94..19ee807 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.19.0" } From 2e4821adb9cf5cfcc0e0eb4f1d015151dd6351f5 Mon Sep 17 00:00:00 2001 From: Danilo Alonso Date: Tue, 8 Sep 2026 11:44:07 -0400 Subject: [PATCH 2/2] docs(changelog): drop the duplicate merge-commit entry for 0.19.0 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c848c..a58a57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### Features -* **flows:** stack and group DFD stores ([dd2c24a](https://github.com/noormdev/ignatius/commit/dd2c24a29810721dd82375a9b0a1030bd684bc17)) * **flows:** stack and group DFD stores ([02c37c0](https://github.com/noormdev/ignatius/commit/02c37c015b3755536def647fc62d434588c3a419)) ## [0.18.0](https://github.com/noormdev/ignatius/compare/v0.17.0...v0.18.0) (2026-09-06)