diff --git a/packages/formats/CHANGELOG.md b/packages/formats/CHANGELOG.md index 3d716e41d..a2776c09d 100644 --- a/packages/formats/CHANGELOG.md +++ b/packages/formats/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@stoplight/spectral-formats-v1.4.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formats-v1.3.0...@stoplight/spectral-formats-v1.4.0) (2022-10-03) + + +### Features + +* **formats:** add support for 2.5.0 AsyncAPI ([#2292](https://github.com/stoplightio/spectral/issues/2292)) ([a7f9fa7](https://github.com/stoplightio/spectral/commit/a7f9fa72b80b0327fb1fca6e4ee84f9878618f4e)) + # [@stoplight/spectral-formats-v1.3.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formats-v1.2.0...@stoplight/spectral-formats-v1.3.0) (2022-10-03) diff --git a/packages/formats/package.json b/packages/formats/package.json index 41b657a01..a35202761 100644 --- a/packages/formats/package.json +++ b/packages/formats/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-formats", - "version": "1.3.0", + "version": "1.4.0", "sideEffects": false, "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues",