Skip to content

Commit 1aa7e89

Browse files
committed
v4.0.0
1 parent 580cc5d commit 1aa7e89

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
In browsers (using a global name):
3131

3232
```html
33-
<script src="https://cdn.jsdelivr.net/npm/regex@3.1.0/dist/regex.min.js"></script>
34-
<script src="https://cdn.jsdelivr.net/npm/regex-recursion@3.1.0/dist/regex-recursion.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/regex@4.0.0/dist/regex.min.js"></script>
34+
<script src="https://cdn.jsdelivr.net/npm/regex-recursion@4.0.0/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": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Recursive matching plugin for the regex package",
55
"author": "Steven Levithan",
66
"license": "MIT",

0 commit comments

Comments
 (0)