Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Aug 18, 2024
1 parent 2fa4340 commit 9897136
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Try it</h2>
<script src="./demo.js"></script>

<!-- Load `regex` so it can be used in the console -->
<script src="https://cdn.jsdelivr.net/npm/regex@4.1.0/dist/regex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/regex@4.1.1/dist/regex.min.js"></script>
<script>
const {regex, pattern} = Regex;
</script>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-regex",
"version": "4.1.0",
"version": "4.1.1",
"description": "Babel plugin for the regex package",
"author": "Steven Levithan",
"license": "MIT",
Expand Down

0 comments on commit 9897136

Please sign in to comment.