diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce9d1c..5660725 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f8a57..678bf60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/sandworm-hq/sinkchart/compare/sinkchart-v1.7.0...sinkchart-v1.7.1) (2023-01-12) + + +### Bug Fixes + +* generate multiple charts in the same session ([552f446](https://github.com/sandworm-hq/sinkchart/commit/552f446fd6c70217b8c53acffa0d99526727bd0e)) + ## [1.7.0](https://github.com/sandworm-hq/sinkchart/compare/sinkchart-v1.6.4...sinkchart-v1.7.0) (2023-01-11) diff --git a/package.json b/package.json index 627945b..0770f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sinkchart", - "version": "1.7.0", + "version": "1.7.1", "description": "Beautiful Visualizations For Your App's Dependencies 🪱", "main": "src/index.js", "bin": "src/cli.js",