We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e180bfc commit 0702eb4Copy full SHA for 0702eb4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.7.1
4
+
5
+*2023-03-19*
6
7
+- Fix the error message for lone quantifier brackets
8
9
## v0.7.0
10
11
*2023-03-19*
package.json
@@ -1,6 +1,6 @@
{
"name": "compose-regexp",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "A set of functions to build and compose complex regular expressions",
"type": "module",
"exports": {
0 commit comments