From 39d6c00fdc50d059b0c8165dcd64e1800380ecc1 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Thu, 30 Jun 2022 12:25:42 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [@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)) --- packages/ruleset-bundler/CHANGELOG.md | 7 +++++++ packages/ruleset-bundler/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 ",