Skip to content

Commit 1ca11a7

Browse files
committed
Docs: update authors and change log
1 parent 06bc76f commit 1ca11a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ authored portions of quick-lint-js:
2222
* A-thanasios; https://github.com/A-thanasios; signed CLA-v1.md
2323
* AidenThing; signed CLA-v1.md
2424
* Alessandro De Bellis; [email protected]; signed CLA-v1.md
25+
* Amir; [email protected]; signed CLA-v1.md
2526
* Angel Avila; [email protected]; signed CLA-v1.md
2627
* Biel A. P. (0xbiel); [email protected]; signed CLA-v1.md
2728
* Brandon Conway; [email protected]; signed CLA-v1.md

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Beta release.
4949
* JSX: Instead of reporting a bunch of errors, quick-lint-js now tells you that
5050
JSX syntax is not yet supported.
5151
* FreeBSD: Fixed build.
52-
* E0073 now points to to a more helpful place (where the parameter list belongs,
53-
not the name of the function).
52+
* E0073, E0094, E0104, E0106, E0111, and E0119 now point to to a more helpful
53+
place (implemented by strager and [Amir][]).
5454
* `for (let x = a in b; c; d) {}` now reports E0108 instead of reporting E0173,
5555
E0110, and E0110 again.
5656

@@ -210,6 +210,7 @@ Beta release.
210210
[Downloads](https://c.quick-lint-js.com/releases/0.2.0/)
211211

212212
[AidenThing]: https://github.com/AidenThing
213+
[Amir]: https://github.com/ahmafi
213214
[Daniel La Rocque]: https://github.com/dlarocque
214215
[David Vasileff]: https://github.com/dav000
215216
[Erlliam Mejia]: https://github.com/erlliam

0 commit comments

Comments
 (0)