diff --git a/.changeset/green-jobs-admire.md b/.changeset/green-jobs-admire.md deleted file mode 100644 index 33f73b777..000000000 --- a/.changeset/green-jobs-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"skott": patch ---- - -cli: restore behavior for `--trackTypeOnlyDependencies` to allow falsy value via `--no-trackTypeOnlyDependencies` option. diff --git a/packages/skott/CHANGELOG.md b/packages/skott/CHANGELOG.md index 13d460475..990de6f70 100644 --- a/packages/skott/CHANGELOG.md +++ b/packages/skott/CHANGELOG.md @@ -1,11 +1,16 @@ # skott +## 0.29.1 + +### Patch Changes + +- [#103](https://github.com/antoine-coulon/skott/pull/103) [d50743f](https://github.com/antoine-coulon/skott/commit/d50743f020af761f39b550d27bc169acd2541ef0): cli: restore behavior for `--trackTypeOnlyDependencies` to allow falsy value via `--no-trackTypeOnlyDependencies` option. + ## 0.29.0 ### Minor Changes -- 4564e9b: Skott cli now use [commanderjs](https://github.com/tj/commander.js) instead of sade. - Which might be a breaking change for you if you were using short aliases options since there were not all correctly applied +- [#98](https://github.com/antoine-coulon/skott/pull/98) [4564e9b](https://github.com/antoine-coulon/skott/commit/4564e9b8c10b55b62361ed2b0321fb5bf11dcea5): Skott cli now use [commanderjs](https://github.com/tj/commander.js) instead of sade. Which might be a breaking change for you if you were using short aliases options since there were not all correctly applied ## 0.28.4 diff --git a/packages/skott/package.json b/packages/skott/package.json index 3d7ec4417..af0aa0ccc 100644 --- a/packages/skott/package.json +++ b/packages/skott/package.json @@ -1,6 +1,6 @@ { "name": "skott", - "version": "0.29.0", + "version": "0.29.1", "description": "Automatically construct and visualize Graphs generated from your JavaScript and TypeScript project", "author": "Antoine Coulon", "license": "MIT",