Skip to content

Commit 6fa1e92

Browse files
committed
release: 1.2.1 [skip ci]
### [1.2.1](v1.2.0...v1.2.1) (2024-03-19) #### ⚙️ Build system * **babel:** fix import specifier rewrite oversight ([2369534](2369534))
1 parent 2369534 commit 6fa1e92

File tree

10 files changed

+131
-123
lines changed

10 files changed

+131
-123
lines changed

CHANGELOG.md

Lines changed: 57 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,94 +4,102 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1];
55
this project adheres to [Semantic Versioning][2].
66

7-
## [1.2.0][3] (2024-03-18)
7+
### [1.2.1][3] (2024-03-19)
8+
9+
#### ⚙️ Build System
10+
11+
- **babel:** fix import specifier rewrite oversight ([2369534][4])
12+
13+
## [1.2.0][5] (2024-03-18)
814

915
#### ✨ Features
1016

11-
- Add `showHelp` option to `CliError` ([b5a1e58][4])
17+
- Add `showHelp` option to `CliError` ([b5a1e58][6])
1218

13-
### [1.1.4][5] (2024-03-16)
19+
### [1.1.4][7] (2024-03-16)
1420

1521
#### 🪄 Fixes
1622

17-
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][6])
23+
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][8])
1824

19-
### [1.1.3][7] (2024-03-15)
25+
### [1.1.3][9] (2024-03-15)
2026

2127
#### 🪄 Fixes
2228

23-
- Add support for `export default X` syntax ([bad391d][8])
24-
- Ensure `demandOption` is properly supported ([2f205c1][9])
29+
- Add support for `export default X` syntax ([bad391d][10])
30+
- Ensure `demandOption` is properly supported ([2f205c1][11])
2531

26-
### [1.1.2][10] (2023-12-31)
32+
### [1.1.2][12] (2023-12-31)
2733

2834
#### 🪄 Fixes
2935

30-
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][11])
36+
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][13])
3137

32-
### [1.1.1][12] (2023-12-31)
38+
### [1.1.1][14] (2023-12-31)
3339

3440
#### 🪄 Fixes
3541

36-
- Fix Node10 type resolution failure ([b6178c9][13])
42+
- Fix Node10 type resolution failure ([b6178c9][15])
3743

38-
## [1.1.0][14] (2023-12-31)
44+
## [1.1.0][16] (2023-12-31)
3945

4046
#### ✨ Features
4147

42-
- **src:** support file://-style URLs ([0e5067e][15])
48+
- **src:** support file://-style URLs ([0e5067e][17])
4349

4450
#### 🪄 Fixes
4551

46-
- **src:** ensure --version is included in help text output when relevant ([4f159dc][16])
52+
- **src:** ensure --version is included in help text output when relevant ([4f159dc][18])
4753

4854
#### ⚙️ Build System
4955

50-
- **babel:** fix ESM<=>CJS interop issue ([5470091][17])
56+
- **babel:** fix ESM<=>CJS interop issue ([5470091][19])
5157

52-
## [1.0.0][18] (2023-12-29)
58+
## [1.0.0][20] (2023-12-29)
5359

5460
#### ✨ Features
5561

56-
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][19])
62+
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][21])
5763

5864
#### 🪄 Fixes
5965

60-
- Rename package from "black-flag" to "[@black-][20]flag/core" npm typosquat workaround ([292ead5][21])
66+
- Rename package from "black-flag" to "[@black-][22]flag/core" npm typosquat workaround ([292ead5][23])
6167

6268
#### ⚙️ Build System
6369

64-
- Fix horrible decision by marked devs to break output for no reason ([036e350][22])
65-
- **jest:** ensure pkg-up is transformed ([c7f4aef][23])
66-
- **jest:** fix transformIgnorePatterns ([0548d34][24])
67-
- **jest:** transpile node\_modules ([5cf7a6c][25])
68-
- **tsconfig:** fix internal path resolution ([fbe3a69][26])
69-
- **tsconfig:** upgrade to NodeNext ([d3a499e][27])
70+
- Fix horrible decision by marked devs to break output for no reason ([036e350][24])
71+
- **jest:** ensure pkg-up is transformed ([c7f4aef][25])
72+
- **jest:** fix transformIgnorePatterns ([0548d34][26])
73+
- **jest:** transpile node\_modules ([5cf7a6c][27])
74+
- **tsconfig:** fix internal path resolution ([fbe3a69][28])
75+
- **tsconfig:** upgrade to NodeNext ([d3a499e][29])
7076

7177
[1]: https://conventionalcommits.org
7278
[2]: https://semver.org
73-
[3]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
74-
[4]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
75-
[5]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
76-
[6]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
77-
[7]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
78-
[8]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
79-
[9]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
80-
[10]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
81-
[11]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
82-
[12]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
83-
[13]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
84-
[14]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
85-
[15]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
86-
[16]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
87-
[17]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
88-
[18]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
89-
[19]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
90-
[20]: https://github.com/black-
91-
[21]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
92-
[22]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
93-
[23]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
94-
[24]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
95-
[25]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
96-
[26]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
97-
[27]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
79+
[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
80+
[4]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
81+
[5]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
82+
[6]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
83+
[7]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
84+
[8]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
85+
[9]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
86+
[10]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
87+
[11]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
88+
[12]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
89+
[13]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
90+
[14]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
91+
[15]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
92+
[16]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
93+
[17]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
94+
[18]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
95+
[19]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
96+
[20]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
97+
[21]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
98+
[22]: https://github.com/black-
99+
[23]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
100+
[24]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
101+
[25]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
102+
[26]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
103+
[27]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
104+
[28]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
105+
[29]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f

docs/classes/index.CliError.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ AppError.constructor
7272

7373
#### Defined in
7474

75-
[src/error.ts:101](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L101)
75+
[src/error.ts:101](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L101)
7676

7777
**new CliError**(`cause`, `options`, `message`, `superOptions`): [`CliError`](index.CliError.md)
7878

@@ -98,7 +98,7 @@ AppError.constructor
9898

9999
#### Defined in
100100

101-
[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L106)
101+
[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L106)
102102

103103
## Properties
104104

@@ -108,7 +108,7 @@ AppError.constructor
108108

109109
#### Defined in
110110

111-
[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L96)
111+
[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L96)
112112

113113
___
114114

@@ -164,7 +164,7 @@ NonNullable.showHelp
164164

165165
#### Defined in
166166

167-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L94)
167+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L94)
168168

169169
___
170170

@@ -192,7 +192,7 @@ NonNullable.suggestedExitCode
192192

193193
#### Defined in
194194

195-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L93)
195+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L93)
196196

197197
___
198198

docs/classes/index.GracefulEarlyExitError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ termination of the application but with an exit code indicating success
5656

5757
#### Defined in
5858

59-
[src/error.ts:172](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L172)
59+
[src/error.ts:172](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L172)
6060

6161
## Properties
6262

@@ -70,7 +70,7 @@ termination of the application but with an exit code indicating success
7070

7171
#### Defined in
7272

73-
[src/error.ts:166](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L166)
73+
[src/error.ts:166](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L166)
7474

7575
___
7676

@@ -126,7 +126,7 @@ ___
126126

127127
#### Defined in
128128

129-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L94)
129+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L94)
130130

131131
___
132132

@@ -154,7 +154,7 @@ ___
154154

155155
#### Defined in
156156

157-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L93)
157+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L93)
158158

159159
___
160160

docs/classes/util.AssertionFailedError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Represents a failed sanity check.
5858

5959
#### Defined in
6060

61-
[src/error.ts:188](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L188)
61+
[src/error.ts:188](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L188)
6262

6363
## Properties
6464

@@ -72,7 +72,7 @@ Represents a failed sanity check.
7272

7373
#### Defined in
7474

75-
[src/error.ts:184](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L184)
75+
[src/error.ts:184](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L184)
7676

7777
___
7878

@@ -128,7 +128,7 @@ ___
128128

129129
#### Defined in
130130

131-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L94)
131+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L94)
132132

133133
___
134134

@@ -156,7 +156,7 @@ ___
156156

157157
#### Defined in
158158

159-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L93)
159+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L93)
160160

161161
___
162162

docs/classes/util.CommandNotImplementedError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ implemented.
5353

5454
#### Defined in
5555

56-
[src/error.ts:150](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L150)
56+
[src/error.ts:150](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L150)
5757

5858
## Properties
5959

@@ -67,7 +67,7 @@ implemented.
6767

6868
#### Defined in
6969

70-
[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L145)
70+
[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L145)
7171

7272
___
7373

@@ -123,7 +123,7 @@ ___
123123

124124
#### Defined in
125125

126-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L94)
126+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L94)
127127

128128
___
129129

@@ -151,7 +151,7 @@ ___
151151

152152
#### Defined in
153153

154-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/error.ts#L93)
154+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/2369534/src/error.ts#L93)
155155

156156
___
157157

docs/enums/index.FrameworkExitCode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In most cases, this exit code is indicative of improper use of Black Flag.
2929

3030
#### Defined in
3131

32-
[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/constant.ts#L60)
32+
[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/2369534/src/constant.ts#L60)
3333

3434
___
3535

@@ -41,7 +41,7 @@ Hard-coded default fallback exit code when fatal errors occur.
4141

4242
#### Defined in
4343

44-
[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/constant.ts#L48)
44+
[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/2369534/src/constant.ts#L48)
4545

4646
___
4747

@@ -53,7 +53,7 @@ The exit code used when executing an unimplemented child command.
5353

5454
#### Defined in
5555

56-
[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/constant.ts#L52)
56+
[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/2369534/src/constant.ts#L52)
5757

5858
___
5959

@@ -65,4 +65,4 @@ The exit code used when execution succeeds and exits gracefully.
6565

6666
#### Defined in
6767

68-
[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/b5a1e58/src/constant.ts#L44)
68+
[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/2369534/src/constant.ts#L44)

0 commit comments

Comments
 (0)