diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4af5ef4..70a9c76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.2" + ".": "1.6.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d41be2e..5256499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.3](https://github.com/sandworm-hq/sinkchart/compare/sinkchart-v1.6.2...sinkchart-v1.6.3) (2023-01-10) + + +### Bug Fixes + +* crash when post-processing empty graphs ([9bddc17](https://github.com/sandworm-hq/sinkchart/commit/9bddc170e8678b51a50618bf7481464e91c9361a)) + ## [1.6.2](https://github.com/sandworm-hq/sinkchart/compare/sinkchart-v1.6.1...sinkchart-v1.6.2) (2023-01-10) diff --git a/package.json b/package.json index 54cc1fa..71f90eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sinkchart", - "version": "1.6.2", + "version": "1.6.3", "description": "Beautiful Visualizations For Your App's Dependencies 🪱", "main": "src/index.js", "bin": "src/cli.js",