Skip to content

Commit 1654d59

Browse files
authored
release: 1.0.0 (#2)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent aaca47d commit 1654d59

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## 1.0.0 (2023-01-29)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** Bump typescript from 5.0.0-dev.20230128 to 5.0.0-dev.20230129 ([#1](https://github.com/flex-development/builtin-modules/issues/1)) ([fc8efd4](https://github.com/flex-development/builtin-modules/commit/fc8efd4fd4b2aa03e88f91a2134a67b33eb7d6ab))
7+
8+
9+
### :robot: Continuous Integration
10+
11+
* [[@dependabot](https://github.com/dependabot)] add config ([02df9ee](https://github.com/flex-development/builtin-modules/commit/02df9eebc417f9c54d6f4bb1f1fdfc4db518588c))
12+
* **workflows:** [`ci`] upload coverage report to codecov ([1332188](https://github.com/flex-development/builtin-modules/commit/13321880de80e79ac28564aae8e64c14f10f6e29))
13+
14+
15+
### :pencil: Documentation
16+
17+
* add esm badge ([0fb2347](https://github.com/flex-development/builtin-modules/commit/0fb2347b01ff1d326fa8c2ae0ad971ef755ff630))
18+
* api ([a7450e1](https://github.com/flex-development/builtin-modules/commit/a7450e1db1e6683ccc3fca112350f534fb61541c))
19+
* use ([10d9348](https://github.com/flex-development/builtin-modules/commit/10d9348e78b7909ec382e8e8994c161e2d46223a))
20+
21+
22+
### :sparkles: Features
23+
24+
* **builtins:** `builtinModules` ([47a1925](https://github.com/flex-development/builtin-modules/commit/47a19258a2abfa2ef22a9c77d0946b90f80099e9))
25+
26+
27+
### :house_with_garden: Housekeeping
28+
29+
* project cleanup ([aaca47d](https://github.com/flex-development/builtin-modules/commit/aaca47d4987bb793a706a9a69b49163fc90b19d0))
30+
* **github:** add commit scope `builtins` ([df39c15](https://github.com/flex-development/builtin-modules/commit/df39c1528d72e593e2398b6558fc11379c476461))
31+
* **github:** add label `scope:builtins` ([723fdb4](https://github.com/flex-development/builtin-modules/commit/723fdb4d287d4838adca2f5ed5184133c6ea92ae))
32+
* **tests:** codecov integration ([1855fb7](https://github.com/flex-development/builtin-modules/commit/1855fb79728b31b9c76b310836c235301449ebb6))
33+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/builtin-modules",
33
"description": "Universal drop-in replacement for module.builtinModules",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"builtin",
77
"module",

0 commit comments

Comments
 (0)