Skip to content

Commit

Permalink
feat(docs): update changelog and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Oct 25, 2023
1 parent 4bf1896 commit d4dae96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ authored portions of quick-lint-js:
* Amir; [email protected]; signed CLA-v1.md
* Ang Kosal; [email protected]; signed CLA-v1.md
* Angel Avila; [email protected]; signed CLA-v1.md
* Ariel Don; [email protected]; signed CLA-v1.md
* Asaduzzaman Pavel; [email protected]; signed CLA-v1.md
* Austin Garcia; [email protected]; signed CLA-v1.md
* Biel A. P. (0xbiel); [email protected]; signed CLA-v1.md
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Semantic Versioning.
setters cannot be generators"). (Implemented by [koopiehoop][].)
* `async get` and `async set` in classes now report [E0714][] ("'async' keyword
is not allowed on getters or setters"). (Implemented by [koopiehoop][].)
* Multiple `export default` statements now report [E0715][] ("cannot use
multiple `export default` statements in one module"). (Implemented by
[Ariel Don][].)
* Emacs: The Debian/Ubuntu package now installs the Emacs plugin. Manual
installation of the .el files is no longer required.
* CLI: The new `--stdin-path` CLI option allows users of the `--stdin` option
Expand Down Expand Up @@ -1076,6 +1079,7 @@ Beta release.
[AidenThing]: https://github.com/AidenThing
[Alek Lefebvre]: https://github.com/AlekLefebvre
[Amir]: https://github.com/ahmafi
[Ariel Don]: https://github.com/arieldon
[Austin Garcia]: https://github.com/holychowders
[Christian Mund]: https://github.com/kkkrist
[Daniel La Rocque]: https://github.com/dlarocque
Expand Down Expand Up @@ -1242,3 +1246,4 @@ Beta release.
[E0712]: https://quick-lint-js.com/errors/E0712/
[E0713]: https://quick-lint-js.com/errors/E0713/
[E0714]: https://quick-lint-js.com/errors/E0714/
[E0715]: https://quick-lint-js.com/errors/E0715/

0 comments on commit d4dae96

Please sign in to comment.