Skip to content

Commit 950848a

Browse files
committed
v4.1.3
1 parent 9ce85a1 commit 950848a

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
## Unreleased changes
22

3-
**Improvements**
4-
5-
- Added a top-level `types` field to `package.json` for tools and configurations that rely on it.
6-
- Merges #23 from @jaslong.
7-
- Avoids auto-escaping certain characters within character classes when not required.
3+
-
84

95
## Released changes
106

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In browsers:
118118

119119
```html
120120
<script type="module">
121-
import {regex, pattern} from 'https://cdn.jsdelivr.net/npm/regex@4.1.2/+esm';
121+
import {regex, pattern} from 'https://cdn.jsdelivr.net/npm/regex@4.1.3/+esm';
122122
//
123123
</script>
124124
```
@@ -127,7 +127,7 @@ In browsers:
127127
<summary>Using a global name (no import)</summary>
128128

129129
```html
130-
<script src="https://cdn.jsdelivr.net/npm/regex@4.1.2/dist/regex.min.js"></script>
130+
<script src="https://cdn.jsdelivr.net/npm/regex@4.1.3/dist/regex.min.js"></script>
131131
<script>
132132
const {regex, pattern} = Regex;
133133
</script>

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",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Regex template tag with extended syntax, context-aware interpolation, and always-on best practices",
55
"author": "Steven Levithan",
66
"license": "MIT",

0 commit comments

Comments
 (0)