Skip to content

Commit 421a2ab

Browse files
committed
v1.1.0
1 parent 14512bd commit 421a2ab

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ The above descriptions of interpolation might feel complex. But there are three
460460

461461
`regex` was partly inspired by and significantly improves upon [`XRegExp`](https://github.com/slevithan/xregexp)`.tag` and [regexp-make-js](https://github.com/mikesamuel/regexp-make-js).
462462

463-
Historical note: Version 1.0.0 was named Regex.make and used the tag name `make` instead of `regex`; hence the repo name.
463+
Version 1.0.0 was named Regex.make and used the tag name `make` instead of `regex`; hence the repo name.
464464

465465
Crafted with ❤︎ (for developers and regular expressions) by Steven Levithan.<br>
466466
MIT License.

dist/regex.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/regex.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regex",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Context-aware regex template strings with batteries included",
55
"exports": "./src/index.js",
66
"type": "module",

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! regex 1.1.0-dev; Steven Levithan; MIT License
1+
//! regex 1.1.0; Steven Levithan; MIT License
22

33
import {transformAtomicGroups} from './atomic-groups.js';
44
import {flagNProcessor} from './flag-n.js';

0 commit comments

Comments
 (0)