From 729f8da2ed8d979de8e2358e391bb74cc121367a Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Wed, 3 Aug 2022 18:04:22 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [@stoplight/spectral-functions-v1.7.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-v1.6.2...@stoplight/spectral-functions-v1.7.0) (2022-08-03) ### Features * **core:** improve validation ([#2026](https://github.com/stoplightio/spectral/issues/2026)) ([8315162](https://github.com/stoplightio/spectral/commit/83151628824592117d842a8965c9557841966b1a)) --- packages/functions/CHANGELOG.md | 7 +++++++ packages/functions/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/functions/CHANGELOG.md b/packages/functions/CHANGELOG.md index 92e119da6..947924a9b 100644 --- a/packages/functions/CHANGELOG.md +++ b/packages/functions/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@stoplight/spectral-functions-v1.7.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-v1.6.2...@stoplight/spectral-functions-v1.7.0) (2022-08-03) + + +### Features + +* **core:** improve validation ([#2026](https://github.com/stoplightio/spectral/issues/2026)) ([8315162](https://github.com/stoplightio/spectral/commit/83151628824592117d842a8965c9557841966b1a)) + # [@stoplight/spectral-functions-v1.6.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-v1.6.1...@stoplight/spectral-functions-v1.6.2) (2022-07-28) diff --git a/packages/functions/package.json b/packages/functions/package.json index 879c0d01c..7f8f19c34 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-functions", - "version": "1.6.2", + "version": "1.7.0", "sideEffects": false, "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues",