Skip to content

Commit 4a3f2da

Browse files
committed
v4.2.1
1 parent 4bd7d2a commit 4a3f2da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

3232
```html
3333
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/regex.min.js"></script>
34-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/regex-recursion.min.js"></script>
34+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/regex-recursion.min.js"></script>
3535
<script>
3636
const {regex} = Regex;
3737
const {recursion} = Regex.plugins;

package-lock.json

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

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": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Recursive matching plugin for Regex+",
55
"author": "Steven Levithan",
66
"license": "MIT",

0 commit comments

Comments
 (0)