diff --git a/packages/rulesets/CHANGELOG.md b/packages/rulesets/CHANGELOG.md index fcf0e85ab..81898dcf0 100644 --- a/packages/rulesets/CHANGELOG.md +++ b/packages/rulesets/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@stoplight/spectral-rulesets-v1.14.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-v1.14.0...@stoplight/spectral-rulesets-v1.14.1) (2022-10-06) + + +### Bug Fixes + +* **rulesets:** handle empty payload and headers in AsyncAPI message's examples validation ([#2284](https://github.com/stoplightio/spectral/issues/2284)) ([4068221](https://github.com/stoplightio/spectral/commit/406822182635dde897ce97fffdc15f23ad35deab)) + # [@stoplight/spectral-rulesets-v1.14.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-v1.13.0...@stoplight/spectral-rulesets-v1.14.0) (2022-10-03) diff --git a/packages/rulesets/package.json b/packages/rulesets/package.json index 7d6a5f425..5df7c91a7 100644 --- a/packages/rulesets/package.json +++ b/packages/rulesets/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-rulesets", - "version": "1.14.0", + "version": "1.14.1", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ",