Skip to content

Commit 8ec6e6b

Browse files
committed
v6.0.1
1 parent d194ed5 commit 8ec6e6b

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
@@ -34,8 +34,8 @@ const re = regex({plugins: [recursion]})`…`;
3434
<summary>Using a global name (no import)</summary>
3535

3636
```html
37-
<script src="https://cdn.jsdelivr.net/npm/regex@6.0.0/dist/regex.min.js"></script>
38-
<script src="https://cdn.jsdelivr.net/npm/regex-recursion@6.0.0/dist/regex-recursion.min.js"></script>
37+
<script src="https://cdn.jsdelivr.net/npm/regex@6.0.1/dist/regex.min.js"></script>
38+
<script src="https://cdn.jsdelivr.net/npm/regex-recursion@6.0.1/dist/regex-recursion.min.js"></script>
3939
<script>
4040
const {regex} = Regex;
4141
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": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Recursive matching plugin for Regex+",
55
"author": "Steven Levithan",
66
"license": "MIT",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"esbuild": "^0.24.2",
4444
"jasmine": "^5.5.0",
45-
"regex": "^6.0.0",
45+
"regex": "^6.0.1",
4646
"typescript": "^5.7.3"
4747
},
4848
"packageManager": "pnpm@9.15.4"

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)