Skip to content

Commit 5e76b9d

Browse files
authored
release: 1.0.0 (#1)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent e5e9385 commit 5e76b9d

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 1.0.0
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* **workflows:** add node.js matrix to `ci` workflow ([0f80b75](https://github.com/flex-development/import-regex/commit/0f80b75554b50900c78807f979211ac8c92e5ffe))
7+
* **workflows:** archive code coverage and production artifacts ([415aea1](https://github.com/flex-development/import-regex/commit/415aea12b81fc7c960ae59e21681ee643117b144))
8+
* **workflows:** use environment files ([e5e9385](https://github.com/flex-development/import-regex/commit/e5e9385fefcca18acd086836ebeef7fe54b48949))
9+
10+
11+
### :sparkles: Features
12+
13+
* **regex:** `DYNAMIC_IMPORT_REGEX` ([341738e](https://github.com/flex-development/import-regex/commit/341738ecda9c3335274300c1fc82458deaa54c16))
14+
* **regex:** `STATIC_IMPORT_REGEX` ([6304e59](https://github.com/flex-development/import-regex/commit/6304e599251317b181effc3003a31fb2151bbec7))
15+
16+
17+
### :house_with_garden: Housekeeping
18+
19+
* **pkg:** add script `test:cov:serve` ([484d837](https://github.com/flex-development/import-regex/commit/484d8373de88a13120b623d408a942262800d05c))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/import-regex",
33
"description": "Import statement regex",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"dynamic",
77
"ecmascript",
@@ -150,5 +150,5 @@
150150
"packageManager": "yarn@4.0.0-rc.14",
151151
"readme": "README.md",
152152
"sideEffects": false,
153-
"tagPrefix": "import-regex@"
153+
"tagPrefix": ""
154154
}

0 commit comments

Comments
 (0)