Skip to content

Commit d4dae96

Browse files
committed
feat(docs): update changelog and authors
1 parent 4bf1896 commit d4dae96

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ authored portions of quick-lint-js:
2929
* Amir; amir77mafi@gmail.com; signed CLA-v1.md
3030
* Ang Kosal; angkosal@gmail.com; signed CLA-v1.md
3131
* Angel Avila; angel.j.avila@gmail.com; signed CLA-v1.md
32+
* Ariel Don; ariel@arieldon.com; signed CLA-v1.md
3233
* Asaduzzaman Pavel; k1ngs.k1ngdom@live.com; signed CLA-v1.md
3334
* Austin Garcia; theholychowders@gmail.com; signed CLA-v1.md
3435
* Biel A. P. (0xbiel); bielp07@gmail.com; signed CLA-v1.md

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Semantic Versioning.
2121
setters cannot be generators"). (Implemented by [koopiehoop][].)
2222
* `async get` and `async set` in classes now report [E0714][] ("'async' keyword
2323
is not allowed on getters or setters"). (Implemented by [koopiehoop][].)
24+
* Multiple `export default` statements now report [E0715][] ("cannot use
25+
multiple `export default` statements in one module"). (Implemented by
26+
[Ariel Don][].)
2427
* Emacs: The Debian/Ubuntu package now installs the Emacs plugin. Manual
2528
installation of the .el files is no longer required.
2629
* CLI: The new `--stdin-path` CLI option allows users of the `--stdin` option
@@ -1076,6 +1079,7 @@ Beta release.
10761079
[AidenThing]: https://github.com/AidenThing
10771080
[Alek Lefebvre]: https://github.com/AlekLefebvre
10781081
[Amir]: https://github.com/ahmafi
1082+
[Ariel Don]: https://github.com/arieldon
10791083
[Austin Garcia]: https://github.com/holychowders
10801084
[Christian Mund]: https://github.com/kkkrist
10811085
[Daniel La Rocque]: https://github.com/dlarocque
@@ -1242,3 +1246,4 @@ Beta release.
12421246
[E0712]: https://quick-lint-js.com/errors/E0712/
12431247
[E0713]: https://quick-lint-js.com/errors/E0713/
12441248
[E0714]: https://quick-lint-js.com/errors/E0714/
1249+
[E0715]: https://quick-lint-js.com/errors/E0715/

0 commit comments

Comments
 (0)