Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Sep 5, 2024
1 parent eeb07a6 commit 8b70996
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Unreleased changes

### 🚀 Features

- Renamed `processRegex` as `rewrite`. The name `processRegex` remains as a deprecated alias.
-

## Released changes

Expand Down
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/[email protected].0/+esm';
import {regex, pattern} from 'https://cdn.jsdelivr.net/npm/[email protected].1/+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/[email protected].0/dist/regex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].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": "regex",
"version": "4.2.0",
"version": "4.2.1",
"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 8b70996

Please sign in to comment.