diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 00e7f2884..9c4998a3f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.8.0](https://github.com/stoplightio/spectral/compare/v6.7.0...v6.8.0) (2023-06-09) + + +### Features + +* **formatters:** add export entrypoint for utils ([#2482](https://github.com/stoplightio/spectral/issues/2482)) ([d4b883c](https://github.com/stoplightio/spectral/commit/d4b883c8739ca9eeeebff7f67620e210ac653796)) + # [6.7.0](https://github.com/stoplightio/spectral/compare/v6.6.0...v6.7.0) (2023-05-23) diff --git a/packages/cli/package.json b/packages/cli/package.json index c65065b0e..5802b5a14 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-cli", - "version": "6.7.0", + "version": "6.8.0", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ",