Skip to content

Commit 68cd1e0

Browse files
committed
v6.0.2
1 parent 4c6441c commit 68cd1e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const re = regex({plugins: [recursion]})`…`;
3535

3636
```html
3737
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/regex.min.js"></script>
38-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/regex-recursion.min.js"></script>
38+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/regex-recursion.min.js"></script>
3939
<script>
4040
const {regex} = Regex;
4141
const {recursion} = Regex.plugins;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regex-recursion",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Recursive matching plugin for Regex+",
55
"author": "Steven Levithan",
66
"license": "MIT",

0 commit comments

Comments
 (0)