Skip to content

Commit 0702eb4

Browse files
committed
v0.7.1
1 parent e180bfc commit 0702eb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.7.1
4+
5+
*2023-03-19*
6+
7+
- Fix the error message for lone quantifier brackets
8+
39
## v0.7.0
410

511
*2023-03-19*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compose-regexp",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A set of functions to build and compose complex regular expressions",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)