diff --git a/packages/ruleset-bundler/CHANGELOG.md b/packages/ruleset-bundler/CHANGELOG.md index 08edf9858..105222951 100644 --- a/packages/ruleset-bundler/CHANGELOG.md +++ b/packages/ruleset-bundler/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@stoplight/spectral-ruleset-bundler-v1.3.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-v1.2.1...@stoplight/spectral-ruleset-bundler-v1.3.0) (2022-06-30) + + +### Features + +* **ruleset-bundler:** add fullOutput option to bundleRuleset ([#2194](https://github.com/stoplightio/spectral/issues/2194)) ([a31d34c](https://github.com/stoplightio/spectral/commit/a31d34c529fb91303c8c250bfc012985ecec469a)) + # [@stoplight/spectral-ruleset-bundler-v1.2.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-v1.2.0...@stoplight/spectral-ruleset-bundler-v1.2.1) (2022-02-28) diff --git a/packages/ruleset-bundler/package.json b/packages/ruleset-bundler/package.json index 933d44b5a..4f741f199 100644 --- a/packages/ruleset-bundler/package.json +++ b/packages/ruleset-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-ruleset-bundler", - "version": "1.2.1", + "version": "1.3.0", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ",