Skip to content

Commit eaa5912

Browse files
authored
release: 2.1.0 (#100)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent f6412aa commit eaa5912

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

.github/infrastructure.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ branches:
3939
- context: test (16)
4040
- context: test (18)
4141
- context: test (19)
42+
- context: test (20)
4243
- context: typescript (5.0.4)
4344
- context: typescript (~4.9.0)
4445
strict: true

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.1.0](https://github.com/flex-development/builtin-modules/compare/2.0.0...2.1.0) (2023-04-18)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 ([#98](https://github.com/flex-development/builtin-modules/issues/98)) ([d8c6e60](https://github.com/flex-development/builtin-modules/commit/d8c6e602fd9c2ccde8d34cd84ea4c1094b8a3622))
7+
* **deps-dev:** Bump @typescript-eslint/parser from 5.58.0 to 5.59.0 ([#99](https://github.com/flex-development/builtin-modules/issues/99)) ([d6ba3f3](https://github.com/flex-development/builtin-modules/commit/d6ba3f3543028595463b61b78705f03fff7e47b5))
8+
* **deps-dev:** Bump esbuild from 0.17.16 to 0.17.17 ([#97](https://github.com/flex-development/builtin-modules/issues/97)) ([ce413d7](https://github.com/flex-development/builtin-modules/commit/ce413d7bd40e2cb88ec81c95e4569c72a0caf282))
9+
* **deps-dev:** Bump eslint-plugin-jsdoc from 41.1.1 to 41.1.2 ([#95](https://github.com/flex-development/builtin-modules/issues/95)) ([a192db2](https://github.com/flex-development/builtin-modules/commit/a192db2c1d4b9b58c0a4cd84c5e024b75dd5da3a))
10+
* **deps-dev:** bump eslint-plugin-jsdoc from 41.1.2 to 43.0.3 ([3bce461](https://github.com/flex-development/builtin-modules/commit/3bce461e6222da2f30cb31ca9c1a2eeb8c7bd25a))
11+
* **deps-dev:** Bump semver from 7.4.0 to 7.5.0 ([#96](https://github.com/flex-development/builtin-modules/issues/96)) ([9ad6e95](https://github.com/flex-development/builtin-modules/commit/9ad6e95b448dea7bbb5c0cdad30e34624ba31a5a))
12+
13+
14+
### :sparkles: Features
15+
16+
* **builtins:** support `[email protected]` ([f6412aa](https://github.com/flex-development/builtin-modules/commit/f6412aa0286116dd6dec00a6fe1c865c62e3a53e))
17+
118
## [2.0.0](https://github.com/flex-development/builtin-modules/compare/1.0.0...2.0.0) (2023-04-14)
219

320

config/changelog.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ sade('changelog', true)
175175
{ section: ':bug: Fixes', type: Type.FIX },
176176
{ section: ':fire: Performance Improvements', type: Type.PERF },
177177
{ section: ':mechanical_arm: Refactors', type: Type.REFACTOR },
178+
{ hidden: true, type: Type.RELEASE },
178179
{ section: ':wastebasket: Reverts', type: Type.REVERT },
179180
{ hidden: true, type: Type.STYLE },
180181
{ section: ':white_check_mark: Testing', type: Type.TEST },

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": "2.0.0",
4+
"version": "2.1.0",
55
"keywords": [
66
"builtin",
77
"module",

0 commit comments

Comments
 (0)