Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 22, 2020
1 parent ab0e7a5 commit 36cbcd8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased][unreleased]
## [15.0.0] - 2020-10-21

We're super excited to announce `standard` 15!

As with every new major release, there are lots of new rules in 15.0.0 designed
to help catch bugs and make programmer intent more explicit. This release brings
support for ES 2021, the latest version of the ECMAScript specification, as well
as many quality-of-life improvements.
as many quality-of-life improvements, including ESLint v7.

When you upgrade, consider running `standard --fix` to automatically format your
code to match the newly added rules.

`standard` keeps growing! The latest stats show that `standard` and
`eslint-standard-*` shareable configs are depended upon by **TODO GitHub
repositories** and **TODO public npm packages**. Thanks for spreading the
word!

❤️ If you enjoy StandardJS and want to support future releases, check out
Feross's [GitHub Sponsors page](https://github.com/users/feross/sponsorship).

Expand Down Expand Up @@ -922,6 +917,10 @@ In `package.json`, use the "standard" property:

[unreleased]: https://github.com/standard/standard/compare/v14.3.3...HEAD

[15.0.0]: https://github.com/standard/standard/compare/v14.3.4...v15.0.0

[14.3.4]: https://github.com/standard/standard/compare/v14.3.3...v14.3.4

[14.3.3]: https://github.com/standard/standard/compare/v14.3.2...v14.3.3

[14.3.2]: https://github.com/standard/standard/compare/v14.3.1...v14.3.2
Expand Down

0 comments on commit 36cbcd8

Please sign in to comment.