From c86c5048d0ebfbe75fb90e513d7faf87bdf3c05c Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Tue, 8 Mar 2022 12:13:39 +0000 Subject: [PATCH] chore(release): 1.6.1 [skip ci] # [@stoplight/spectral-functions-v1.6.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-v1.6.0...@stoplight/spectral-functions-v1.6.1) (2022-03-08) ### Bug Fixes * **functions:** reset RegExp.lastIndex to zero when using cached RegExp objects ([#2079](https://github.com/stoplightio/spectral/issues/2079)) ([4839527](https://github.com/stoplightio/spectral/commit/48395273d28fc58ab450277681956b1b50f3f8ee)) --- 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 1f6a72127..396cd28a5 100644 --- a/packages/functions/CHANGELOG.md +++ b/packages/functions/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@stoplight/spectral-functions-v1.6.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-v1.6.0...@stoplight/spectral-functions-v1.6.1) (2022-03-08) + + +### Bug Fixes + +* **functions:** reset RegExp.lastIndex to zero when using cached RegExp objects ([#2079](https://github.com/stoplightio/spectral/issues/2079)) ([4839527](https://github.com/stoplightio/spectral/commit/48395273d28fc58ab450277681956b1b50f3f8ee)) + # [@stoplight/spectral-functions-v1.6.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-v1.5.2...@stoplight/spectral-functions-v1.6.0) (2022-03-03) diff --git a/packages/functions/package.json b/packages/functions/package.json index 0f3c25a65..4b34f02cb 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-functions", - "version": "1.6.0", + "version": "1.6.1", "sideEffects": false, "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues",