Skip to content

Commit cb62f57

Browse files
committed
v2.0.0
1 parent 6bd1933 commit cb62f57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Context-aware regex template tag with best practices built-in and advanced features",
55
"author": "Steven Levithan",
66
"license": "MIT",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! regex 1.1.1; Steven Levithan; MIT License
1+
//! regex 2.0.0; Steven Levithan; MIT License
22

33
import {Context, hasUnescaped, replaceUnescaped} from 'regex-utilities';
44
import {atomicGroupsPostprocessor} from './atomic-groups.js';

0 commit comments

Comments
 (0)