Skip to content

Commit

Permalink
release: 1.0.0 (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware authored Dec 23, 2022
1 parent 51b74b6 commit 5b60470
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 1.0.0 (2022-12-22)


### :robot: Continuous Integration

* add [@dependabot](https://github.com/dependabot) config ([32d154c](https://github.com/flex-development/export-regex/commit/32d154cd57171bb5316d4db42cca15625d99af72))


### :pencil: Documentation

* use + api ([51b74b6](https://github.com/flex-development/export-regex/commit/51b74b6337532fa5e6e8efdb9a910df2e104e155))


### :sparkles: Features

* **regex:** `EXPORT_AGGREGATE_REGEX` ([a84be11](https://github.com/flex-development/export-regex/commit/a84be11ca18e53d92aaa99b66c7e3081e701177e))
* **regex:** `EXPORT_DECLARATION_REGEX` ([089eaa2](https://github.com/flex-development/export-regex/commit/089eaa2a0a94a44b45cd7b15169285da7e76f1ce))
* **regex:** `EXPORT_DEFAULT_REGEX` ([fe19bc7](https://github.com/flex-development/export-regex/commit/fe19bc78836daa63934bbbbd0d7db16fc5d09c23))
* **regex:** `EXPORT_LIST_REGEX` ([711bd7e](https://github.com/flex-development/export-regex/commit/711bd7e0cb38a7f521f30db716a73687773af3c5))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/export-regex",
"description": "Export statement regex",
"version": "0.0.0",
"version": "1.0.0",
"keywords": [
"ecmascript",
"export",
Expand Down

0 comments on commit 5b60470

Please sign in to comment.