Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Sep 6, 2024
1 parent 7463957 commit 9373b56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ In browsers:

```html
<script type="module">
import {regex, pattern} from 'https://cdn.jsdelivr.net/npm/regex@4.2.1/+esm';
import {regex, pattern} from 'https://cdn.jsdelivr.net/npm/regex@4.3.0/+esm';
//
</script>
```
Expand All @@ -127,7 +127,7 @@ In browsers:
<summary>Using a global name (no import)</summary>

```html
<script src="https://cdn.jsdelivr.net/npm/regex@4.2.1/dist/regex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/regex@4.3.0/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": "regex",
"version": "4.2.1",
"version": "4.3.0",
"description": "Regex template tag with extended syntax, context-aware interpolation, and always-on best practices",
"author": "Steven Levithan",
"license": "MIT",
Expand Down

0 comments on commit 9373b56

Please sign in to comment.