Skip to content

Commit cf6053a

Browse files
committed
Update changelog for v1.6.2
This commit was created by changelog-from-release in 'Changelog' CI workflow
1 parent d9462eb commit cf6053a

File tree

1 file changed

+63
-63
lines changed

1 file changed

+63
-63
lines changed

CHANGELOG.md

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
<a name="v1.6.2"></a>
2-
# [Version 1.6.2 (v1.6.2)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.6.2) - 25 Apr 2024
1+
<a id="v1.6.2"></a>
2+
# [Version 1.6.2 (v1.6.2)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.6.2) - 2024-04-25
33

44
## Internal changes
55

6-
* Bump Vue 2.7 to latest (and final) version, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/432 and https://github.com/FloEdelmann/vue-ts-types/pull/479
7-
* Migrate type tests to TSTyche, by [@mrazauskas](https://github.com/mrazauskas) in https://github.com/FloEdelmann/vue-ts-types/pull/507
8-
* Migrate to ESLint flat config, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/519
9-
* Remove Dependabot groups, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/521
10-
* Enable eslint-plugin-jest's `style` config, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/523
11-
* Install lefthook, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/527
12-
* Switch to `@jest/globals`, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/532
13-
* Add GitHub Actions badge to readme, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/535
14-
* Jest config update, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/545
6+
* Bump Vue 2.7 to latest (and final) version, by [@FloEdelmann](https://github.com/FloEdelmann) in [#432](https://github.com/FloEdelmann/vue-ts-types/pull/432) and [#479](https://github.com/FloEdelmann/vue-ts-types/pull/479)
7+
* Migrate type tests to TSTyche, by [@mrazauskas](https://github.com/mrazauskas) in [#507](https://github.com/FloEdelmann/vue-ts-types/pull/507)
8+
* Migrate to ESLint flat config, by [@FloEdelmann](https://github.com/FloEdelmann) in [#519](https://github.com/FloEdelmann/vue-ts-types/pull/519)
9+
* Remove Dependabot groups, by [@FloEdelmann](https://github.com/FloEdelmann) in [#521](https://github.com/FloEdelmann/vue-ts-types/pull/521)
10+
* Enable eslint-plugin-jest's `style` config, by [@FloEdelmann](https://github.com/FloEdelmann) in [#523](https://github.com/FloEdelmann/vue-ts-types/pull/523)
11+
* Install lefthook, by [@FloEdelmann](https://github.com/FloEdelmann) in [#527](https://github.com/FloEdelmann/vue-ts-types/pull/527)
12+
* Switch to `@jest/globals`, by [@FloEdelmann](https://github.com/FloEdelmann) in [#532](https://github.com/FloEdelmann/vue-ts-types/pull/532)
13+
* Add GitHub Actions badge to readme, by [@FloEdelmann](https://github.com/FloEdelmann) in [#535](https://github.com/FloEdelmann/vue-ts-types/pull/535)
14+
* Jest config update, by [@FloEdelmann](https://github.com/FloEdelmann) in [#545](https://github.com/FloEdelmann/vue-ts-types/pull/545)
1515
* Bump development dependencies
1616

1717
## New Contributors
1818

19-
* [@mrazauskas](https://github.com/mrazauskas) made their first contribution in https://github.com/FloEdelmann/vue-ts-types/pull/507
19+
* [@mrazauskas](https://github.com/mrazauskas) made their first contribution in [#507](https://github.com/FloEdelmann/vue-ts-types/pull/507)
2020

2121
**Full Changelog**: https://github.com/FloEdelmann/vue-ts-types/compare/v1.6.1...v1.6.2
2222

2323
[Changes][v1.6.2]
2424

2525

26-
<a name="v1.6.1"></a>
27-
# [Version 1.6.1 (v1.6.1)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.6.1) - 18 Sep 2023
26+
<a id="v1.6.1"></a>
27+
# [Version 1.6.1 (v1.6.1)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.6.1) - 2023-09-18
2828

2929
## Internal changes
3030

31-
* Auto-generate [changelog](https://github.com/FloEdelmann/vue-ts-types/blob/main/CHANGELOG.md) based on GitHub releases, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/182
32-
* Switch to markdownlint CLI v1, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/186
33-
* Enable [`eslint-plugin-jest-formatting`](https://github.com/dangreenisrael/eslint-plugin-jest-formatting), by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/210
34-
* Mention in readme that package has no dependencies, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/250
35-
* Lock file maintenance, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/368
36-
* Group typescript and typescript-eslint updates in dependabot, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/393 and https://github.com/FloEdelmann/vue-ts-types/pull/395
37-
* Use [Prettier](https://prettier.io) for code formatting, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/405
38-
* Lint YAML files, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/406
39-
* Drop development support for Node 14 and default to Node 20 in tests, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/407
40-
* Publish npm package with [provenance](https://github.blog/2023-04-19-introducing-npm-package-provenance/), by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/408
31+
* Auto-generate [changelog](https://github.com/FloEdelmann/vue-ts-types/blob/main/CHANGELOG.md) based on GitHub releases, by [@FloEdelmann](https://github.com/FloEdelmann) in [#182](https://github.com/FloEdelmann/vue-ts-types/pull/182)
32+
* Switch to markdownlint CLI v1, by [@FloEdelmann](https://github.com/FloEdelmann) in [#186](https://github.com/FloEdelmann/vue-ts-types/pull/186)
33+
* Enable [`eslint-plugin-jest-formatting`](https://github.com/dangreenisrael/eslint-plugin-jest-formatting), by [@FloEdelmann](https://github.com/FloEdelmann) in [#210](https://github.com/FloEdelmann/vue-ts-types/pull/210)
34+
* Mention in readme that package has no dependencies, by [@FloEdelmann](https://github.com/FloEdelmann) in [#250](https://github.com/FloEdelmann/vue-ts-types/pull/250)
35+
* Lock file maintenance, by [@FloEdelmann](https://github.com/FloEdelmann) in [#368](https://github.com/FloEdelmann/vue-ts-types/pull/368)
36+
* Group typescript and typescript-eslint updates in dependabot, by [@FloEdelmann](https://github.com/FloEdelmann) in [#393](https://github.com/FloEdelmann/vue-ts-types/pull/393) and [#395](https://github.com/FloEdelmann/vue-ts-types/pull/395)
37+
* Use [Prettier](https://prettier.io) for code formatting, by [@FloEdelmann](https://github.com/FloEdelmann) in [#405](https://github.com/FloEdelmann/vue-ts-types/pull/405)
38+
* Lint YAML files, by [@FloEdelmann](https://github.com/FloEdelmann) in [#406](https://github.com/FloEdelmann/vue-ts-types/pull/406)
39+
* Drop development support for Node 14 and default to Node 20 in tests, by [@FloEdelmann](https://github.com/FloEdelmann) in [#407](https://github.com/FloEdelmann/vue-ts-types/pull/407)
40+
* Publish npm package with [provenance](https://github.blog/2023-04-19-introducing-npm-package-provenance/), by [@FloEdelmann](https://github.com/FloEdelmann) in [#408](https://github.com/FloEdelmann/vue-ts-types/pull/408)
4141
* Bump development dependencies
4242

4343

@@ -46,44 +46,44 @@
4646
[Changes][v1.6.1]
4747

4848

49-
<a name="v1.6.0"></a>
50-
# [Version 1.6.0 (v1.6.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.6.0) - 28 Oct 2022
49+
<a id="v1.6.0"></a>
50+
# [Version 1.6.0 (v1.6.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.6.0) - 2022-10-28
5151

5252
## Features
5353

54-
* Allow generic type for `numberProp`, by [@jhoermann](https://github.com/jhoermann) in https://github.com/FloEdelmann/vue-ts-types/pull/181
54+
* Allow generic type for `numberProp`, by [@jhoermann](https://github.com/jhoermann) in [#181](https://github.com/FloEdelmann/vue-ts-types/pull/181)
5555

5656
## Internal changes
5757

58-
* Use [`jest-extended`](https://github.com/jest-community/jest-extended) again, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/142
59-
* Lint, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/165
60-
* Add motivation section to docs, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/164
58+
* Use [`jest-extended`](https://github.com/jest-community/jest-extended) again, by [@FloEdelmann](https://github.com/FloEdelmann) in [#142](https://github.com/FloEdelmann/vue-ts-types/pull/142)
59+
* Lint, by [@FloEdelmann](https://github.com/FloEdelmann) in [#165](https://github.com/FloEdelmann/vue-ts-types/pull/165)
60+
* Add motivation section to docs, by [@FloEdelmann](https://github.com/FloEdelmann) in [#164](https://github.com/FloEdelmann/vue-ts-types/pull/164)
6161
* Bump development dependencies
6262

6363
**Full Changelog**: https://github.com/FloEdelmann/vue-ts-types/compare/v1.5.1...v1.6.0
6464

6565
[Changes][v1.6.0]
6666

6767

68-
<a name="v1.5.1"></a>
69-
# [Version 1.5.1 (v1.5.1)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.5.1) - 09 Sep 2022
68+
<a id="v1.5.1"></a>
69+
# [Version 1.5.1 (v1.5.1)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.5.1) - 2022-09-09
7070

7171
## Internal changes
7272

73-
* Drop development support for Node v12, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/137
73+
* Drop development support for Node v12, by [@FloEdelmann](https://github.com/FloEdelmann) in [#137](https://github.com/FloEdelmann/vue-ts-types/pull/137)
7474
* Bump development dependencies
7575

7676
**Full Changelog**: https://github.com/FloEdelmann/vue-ts-types/compare/v1.5.0...v1.5.1
7777

7878
[Changes][v1.5.1]
7979

8080

81-
<a name="v1.5.0"></a>
82-
# [Version 1.5.0 (v1.5.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.5.0) - 18 Aug 2022
81+
<a id="v1.5.0"></a>
82+
# [Version 1.5.0 (v1.5.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.5.0) - 2022-08-18
8383

8484
## Features
8585

86-
* Add new user-facing custom validators, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/114
86+
* Add new user-facing custom validators, by [@FloEdelmann](https://github.com/FloEdelmann) in [#114](https://github.com/FloEdelmann/vue-ts-types/pull/114)
8787

8888
## Internal changes
8989

@@ -95,66 +95,66 @@
9595
[Changes][v1.5.0]
9696

9797

98-
<a name="v1.4.0"></a>
99-
# [Version 1.4.0 (v1.4.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.4.0) - 04 Aug 2022
98+
<a id="v1.4.0"></a>
99+
# [Version 1.4.0 (v1.4.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.4.0) - 2022-08-04
100100

101101
## Features
102102

103-
* Add `.nullable` property, by [@jhoermann](https://github.com/jhoermann) in https://github.com/FloEdelmann/vue-ts-types/pull/89
103+
* Add `.nullable` property, by [@jhoermann](https://github.com/jhoermann) in [#89](https://github.com/FloEdelmann/vue-ts-types/pull/89)
104104

105105
## Internal changes
106106

107107
* Bump development dependencies
108108

109109
## New Contributors
110-
* [@jhoermann](https://github.com/jhoermann) made their first contribution in https://github.com/FloEdelmann/vue-ts-types/pull/89
110+
* [@jhoermann](https://github.com/jhoermann) made their first contribution in [#89](https://github.com/FloEdelmann/vue-ts-types/pull/89)
111111

112112
**Full Changelog**: https://github.com/FloEdelmann/vue-ts-types/compare/v1.3.0...v1.4.0
113113

114114
[Changes][v1.4.0]
115115

116116

117-
<a name="v1.3.0"></a>
118-
# [Version 1.3.0 (v1.3.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.3.0) - 13 Jul 2022
117+
<a id="v1.3.0"></a>
118+
# [Version 1.3.0 (v1.3.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.3.0) - 2022-07-13
119119

120120
## Features / Bug fixes
121121

122-
* Ensure compatibility with multiple versions of Vue, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/83
122+
* Ensure compatibility with multiple versions of Vue, by [@FloEdelmann](https://github.com/FloEdelmann) in [#83](https://github.com/FloEdelmann/vue-ts-types/pull/83)
123123

124124
## Internal changes
125125

126-
* Enable `strict` typescript-eslint config, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/29
127-
* Inline `toHaveBeenCalledBefore` from `jest-extended` (because `jest-extended` is not compatible with Node v12 anymore), by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/84
126+
* Enable `strict` typescript-eslint config, by [@FloEdelmann](https://github.com/FloEdelmann) in [#29](https://github.com/FloEdelmann/vue-ts-types/pull/29)
127+
* Inline `toHaveBeenCalledBefore` from `jest-extended` (because `jest-extended` is not compatible with Node v12 anymore), by [@FloEdelmann](https://github.com/FloEdelmann) in [#84](https://github.com/FloEdelmann/vue-ts-types/pull/84)
128128
* Bump development dependencies
129129

130130
**Full Changelog**: https://github.com/FloEdelmann/vue-ts-types/compare/v1.2.1...v1.3.0
131131

132132
[Changes][v1.3.0]
133133

134134

135-
<a name="v1.2.1"></a>
136-
# [Version 1.2.1 (v1.2.1)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.2.1) - 16 May 2022
135+
<a id="v1.2.1"></a>
136+
# [Version 1.2.1 (v1.2.1)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.2.1) - 2022-05-16
137137

138138
## Bug fixes
139-
* Make `PropOptions` interface public to fix TypeScript error, by [@ricayanzon](https://github.com/ricayanzon) in https://github.com/FloEdelmann/vue-ts-types/pull/25
139+
* Make `PropOptions` interface public to fix TypeScript error, by [@ricayanzon](https://github.com/ricayanzon) in [#25](https://github.com/FloEdelmann/vue-ts-types/pull/25)
140140

141141
## Internal changes
142-
* Use `concurrency` in GitHub Actions workflows, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/20
142+
* Use `concurrency` in GitHub Actions workflows, by [@FloEdelmann](https://github.com/FloEdelmann) in [#20](https://github.com/FloEdelmann/vue-ts-types/pull/20)
143143
* Bump development dependencies
144144

145145
## New Contributors
146-
* [@ricayanzon](https://github.com/ricayanzon) made their first contribution in https://github.com/FloEdelmann/vue-ts-types/pull/25
146+
* [@ricayanzon](https://github.com/ricayanzon) made their first contribution in [#25](https://github.com/FloEdelmann/vue-ts-types/pull/25)
147147

148148
**Full Changelog**: https://github.com/FloEdelmann/vue-ts-types/compare/v1.2.0...v1.2.1
149149

150150
[Changes][v1.2.1]
151151

152152

153-
<a name="v1.2.0"></a>
154-
# [Version 1.2.0 (v1.2.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.2.0) - 11 May 2022
153+
<a id="v1.2.0"></a>
154+
# [Version 1.2.0 (v1.2.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.2.0) - 2022-05-11
155155

156156
## Features
157-
* Allow generic type for `stringProp`, by [@FloEdelmann](https://github.com/FloEdelmann) in https://github.com/FloEdelmann/vue-ts-types/pull/19
157+
* Allow generic type for `stringProp`, by [@FloEdelmann](https://github.com/FloEdelmann) in [#19](https://github.com/FloEdelmann/vue-ts-types/pull/19)
158158

159159
## Internal changes
160160
* Bump development dependencies
@@ -164,18 +164,18 @@
164164
[Changes][v1.2.0]
165165

166166

167-
<a name="v1.1.0"></a>
168-
# [Version 1.1.0 (v1.1.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.1.0) - 29 Apr 2022
167+
<a id="v1.1.0"></a>
168+
# [Version 1.1.0 (v1.1.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.1.0) - 2022-04-29
169169

170-
Emit CommonJS instead of ESM (https://github.com/FloEdelmann/vue-ts-types/pull/5)
170+
Emit CommonJS instead of ESM ([#5](https://github.com/FloEdelmann/vue-ts-types/pull/5))
171171

172172
**Full Changelog**: https://github.com/FloEdelmann/vue-ts-types/compare/v1.0.0...v1.1.0
173173

174174
[Changes][v1.1.0]
175175

176176

177-
<a name="v1.0.0"></a>
178-
# [Version 1.0.0 (v1.0.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.0.0) - 29 Apr 2022
177+
<a id="v1.0.0"></a>
178+
# [Version 1.0.0 (v1.0.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v1.0.0) - 2022-04-29
179179

180180
Only minor changes to v0.2.2:
181181

@@ -191,8 +191,8 @@ Only minor changes to v0.2.2:
191191
[Changes][v1.0.0]
192192

193193

194-
<a name="v0.2.2"></a>
195-
# [Version 0.2.2 (v0.2.2)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v0.2.2) - 29 Apr 2022
194+
<a id="v0.2.2"></a>
195+
# [Version 0.2.2 (v0.2.2)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v0.2.2) - 2022-04-29
196196

197197
This is the first automated release. The skipped versions since v0.1.0 were created during the auto-release setup.
198198

@@ -201,8 +201,8 @@ This is the first automated release. The skipped versions since v0.1.0 were crea
201201
[Changes][v0.2.2]
202202

203203

204-
<a name="v0.1.0"></a>
205-
# [Version 0.1.0 (v0.1.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v0.1.0) - 29 Apr 2022
204+
<a id="v0.1.0"></a>
205+
# [Version 0.1.0 (v0.1.0)](https://github.com/FloEdelmann/vue-ts-types/releases/tag/v0.1.0) - 2022-04-29
206206

207207
Initial release
208208

@@ -223,4 +223,4 @@ Initial release
223223
[v0.2.2]: https://github.com/FloEdelmann/vue-ts-types/compare/v0.1.0...v0.2.2
224224
[v0.1.0]: https://github.com/FloEdelmann/vue-ts-types/tree/v0.1.0
225225

226-
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.2 -->
226+
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.8.0 -->

0 commit comments

Comments
 (0)