Skip to content

Commit 5b60470

Browse files
authored
release: 1.0.0 (#1)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 51b74b6 commit 5b60470

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 1.0.0 (2022-12-22)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* add [@dependabot](https://github.com/dependabot) config ([32d154c](https://github.com/flex-development/export-regex/commit/32d154cd57171bb5316d4db42cca15625d99af72))
7+
8+
9+
### :pencil: Documentation
10+
11+
* use + api ([51b74b6](https://github.com/flex-development/export-regex/commit/51b74b6337532fa5e6e8efdb9a910df2e104e155))
12+
13+
14+
### :sparkles: Features
15+
16+
* **regex:** `EXPORT_AGGREGATE_REGEX` ([a84be11](https://github.com/flex-development/export-regex/commit/a84be11ca18e53d92aaa99b66c7e3081e701177e))
17+
* **regex:** `EXPORT_DECLARATION_REGEX` ([089eaa2](https://github.com/flex-development/export-regex/commit/089eaa2a0a94a44b45cd7b15169285da7e76f1ce))
18+
* **regex:** `EXPORT_DEFAULT_REGEX` ([fe19bc7](https://github.com/flex-development/export-regex/commit/fe19bc78836daa63934bbbbd0d7db16fc5d09c23))
19+
* **regex:** `EXPORT_LIST_REGEX` ([711bd7e](https://github.com/flex-development/export-regex/commit/711bd7e0cb38a7f521f30db716a73687773af3c5))

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": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"ecmascript",
77
"export",

0 commit comments

Comments
 (0)