Skip to content

Commit b2158dd

Browse files
committed
v5.1.1
1 parent 2df85e3 commit b2158dd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const re = regex({plugins: [recursion]})`…`;
3030
<summary>Using a global name (no import)</summary>
3131

3232
```html
33-
<script src="https://cdn.jsdelivr.net/npm/regex@5.1.0/dist/regex.min.js"></script>
34-
<script src="https://cdn.jsdelivr.net/npm/regex-recursion@5.1.0/dist/regex-recursion.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/regex@5.1.1/dist/regex.min.js"></script>
34+
<script src="https://cdn.jsdelivr.net/npm/regex-recursion@5.1.1/dist/regex-recursion.min.js"></script>
3535
<script>
3636
const {regex} = Regex;
3737
const {recursion} = Regex.plugins;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regex-recursion",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Recursive matching plugin for Regex+",
55
"author": "Steven Levithan",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"regexp"
3838
],
3939
"dependencies": {
40-
"regex": "^5.1.0",
40+
"regex": "^5.1.1",
4141
"regex-utilities": "^2.3.0"
4242
},
4343
"devDependencies": {

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)