Skip to content

Commit 0808c48

Browse files
committed
v5.0.0
1 parent 5faf91d commit 0808c48

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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/regex-recursion@4.3.0/dist/regex-recursion.min.js"></script>
34+
<script src="https://cdn.jsdelivr.net/npm/regex-recursion@5.0.0/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": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Recursive matching plugin for Regex+",
55
"author": "Steven Levithan",
66
"license": "MIT",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"esbuild": "^0.24.0",
44-
"jasmine": "^5.4.0",
44+
"jasmine": "^5.5.0",
4545
"regex": "^5.0.2",
4646
"typescript": "^5.7.2"
4747
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)