From 8aa27caf5f070522068753449fe952fffa9c5a5c Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Mon, 3 Oct 2022 15:50:56 +0000 Subject: [PATCH] chore(release): 1.14.2 [skip ci] # [@stoplight/spectral-core-v1.14.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-v1.14.1...@stoplight/spectral-core-v1.14.2) (2022-10-03) ### Bug Fixes * **core:** async functions have undefined paths ([#2304](https://github.com/stoplightio/spectral/issues/2304)) ([df257b3](https://github.com/stoplightio/spectral/commit/df257b3c8f3fd5a169eee2d0013c6e346ab86178)) --- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b2d3b4fab..725aacfc0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@stoplight/spectral-core-v1.14.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-v1.14.1...@stoplight/spectral-core-v1.14.2) (2022-10-03) + + +### Bug Fixes + +* **core:** async functions have undefined paths ([#2304](https://github.com/stoplightio/spectral/issues/2304)) ([df257b3](https://github.com/stoplightio/spectral/commit/df257b3c8f3fd5a169eee2d0013c6e346ab86178)) + # [@stoplight/spectral-core-v1.14.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-v1.14.0...@stoplight/spectral-core-v1.14.1) (2022-08-30) diff --git a/packages/core/package.json b/packages/core/package.json index d565ddc90..f92d5d465 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-core", - "version": "1.14.1", + "version": "1.14.2", "sideEffects": false, "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues",