Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
# [@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](#2079)) ([4839527](4839527))
  • Loading branch information
StoplightSupport committed Mar 8, 2022
1 parent 5871c20 commit c86c504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit c86c504

Please sign in to comment.