Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Sep 11, 2019
1 parent d1ef5f8 commit a45c511
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [14.2.0] - 2019-09-11

- Update `eslint` to `~6.3.0`
- Update `eslint-plugin-node` to `~10.0.0`

## [14.1.0] - 2019-08-28

- Support ES 2020, the latest version of the ECMAScript specification, which includes support for Dynamic Imports and `BigInt`. [#1378](https://github.com/standard/standard/issues/1378)
Expand Down Expand Up @@ -849,7 +854,9 @@ In `package.json`, use the "standard" property:

[view diff](https://github.com/standard/standard/compare/v3.9.0...v4.0.0)

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

[14.2.0]: https://github.com/standard/standard/compare/v14.1.0...v14.2.0

[14.1.0]: https://github.com/standard/standard/compare/v14.0.2...v14.1.0

Expand Down

0 comments on commit a45c511

Please sign in to comment.