diff --git a/CHANGELOG.md b/CHANGELOG.md index 752d379..8a02369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/noormdev/ignatius/compare/v0.13.0...v0.14.0) (2026-07-14) + + +### Features + +* search to the Graph and Flows views ([#21](https://github.com/noormdev/ignatius/issues/21)) ([367d786](https://github.com/noormdev/ignatius/commit/367d78636f42b5bb611aedbef601c068cc1065b6)) + ## [0.13.0](https://github.com/noormdev/ignatius/compare/v0.12.0...v0.13.0) (2026-07-07) diff --git a/package.json b/package.json index dde1d2c..2692ea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignatius", - "version": "0.13.0", + "version": "0.14.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 ed21d28..727e2be 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.14.0" }