diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c11072..ea077ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.20.2](https://github.com/noormdev/ignatius/compare/v0.20.1...v0.20.2) (2026-09-14) + + +### Bug Fixes + +* **dict:** flash relationship after scroll settles ([304e71f](https://github.com/noormdev/ignatius/commit/304e71f53489e0139d3bda71c98280ca65c3d577)) +* preserve store kind identity in flow stacks ([#44](https://github.com/noormdev/ignatius/issues/44)) ([50449fd](https://github.com/noormdev/ignatius/commit/50449fd22168b6f2820da67e65819d95413ff280)) + ## [0.20.1](https://github.com/noormdev/ignatius/compare/v0.20.0...v0.20.1) (2026-09-09) diff --git a/package.json b/package.json index 871e07b..17b9af0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignatius", - "version": "0.20.1", + "version": "0.20.2", "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 978d571..1e43287 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.1" + ".": "0.20.2" }