Skip to content

Commit 5945883

Browse files
authored
release: 1.0.2 (#88)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent ca54026 commit 5945883

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.2](https://github.com/flex-development/export-regex/compare/1.0.1...1.0.2) (2023-03-02)
2+
3+
4+
### :bug: Fixes
5+
6+
* **regex:** [aggregate] ignore list `export` statement matches ([ca54026](https://github.com/flex-development/export-regex/commit/ca54026dcb771e97d584a9ddd9387436e28ee9c2))
7+
* **regex:** [list] ignore nested aggregate `export` statement matches ([3ea3f4b](https://github.com/flex-development/export-regex/commit/3ea3f4b22e1cc0338a85a58f4c8953bf2ba49cb9))
8+
19
## [1.0.1](https://github.com/flex-development/export-regex/compare/1.0.0...1.0.1) (2023-03-02)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/export-regex",
33
"description": "Export statement regex",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"keywords": [
66
"ecmascript",
77
"export",

0 commit comments

Comments
 (0)