diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ccf8ef..a58a57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 ([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" }