Skip to content

Commit

Permalink
feat(docs): update change log and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Jul 24, 2023
1 parent 788b573 commit 56b0715
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -82,4 +82,5 @@ authored portions of quick-lint-js:
* emadflash; signed CLA-v1.md
* ooblegork; [email protected]; signed CLA-v1.md
* oren; [email protected]; signed CLA-v1.md
* pedrobl85; [email protected]; signed CLA-v1.md
* wagner riffel; [email protected]; signed CLA-v1.md
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
quick-lint-js' version numbers are arbitrary. quick-lint-js does *not* adhere to
Semantic Versioning.

## Unreleased

### Added

* `2 ^ 8` now reports [E0710][] ("'^' is the XOR operator; to exponentiate, use
'**' instead"). (Implemented by [pedrobl85][].)

## 2.15.0 (2023-07-18)

[Downloads](https://c.quick-lint-js.com/releases/2.15.0/)
Expand Down Expand Up @@ -988,6 +995,7 @@ Beta release.
[david doroz]: https://github.com/DaviddHub
[mirabellier]: https://github.com/mirabellierr
[ooblegork]: https://github.com/ooblegork
[pedrobl1718]: https://github.com/pedrobl85
[tiagovla]: https://github.com/tiagovla
[wagner riffel]: https://github.com/wgrr

Expand Down Expand Up @@ -1103,3 +1111,4 @@ Beta release.
[E0707]: https://quick-lint-js.com/errors/E0707/
[E0708]: https://quick-lint-js.com/errors/E0708/
[E0709]: https://quick-lint-js.com/errors/E0709/
[E0710]: https://quick-lint-js.com/errors/E0710/

0 comments on commit 56b0715

Please sign in to comment.