Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
chore: prepare v20.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Apr 3, 2020
1 parent 481a66b commit 2ff29ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [v20.0.0](https://github.com/liferay/eslint-config-liferay/tree/v20.0.0) (2020-03-27)

[Full changelog](https://github.com/liferay/eslint-config-liferay/compare/v19.0.2...v20.0.0)

### :new: Features

- feat: teach "liferay/import-extensions" to check re-exports as well ([\#165](https://github.com/liferay/eslint-config-liferay/pull/165))

### :wrench: Bug fixes

- fix(no-explicit-extend): avoid whitespace damage ([\#162](https://github.com/liferay/eslint-config-liferay/pull/162))

### :book: Documentation

- docs: update CHANGELOG with new version of liferay-changelog-generator ([\#156](https://github.com/liferay/eslint-config-liferay/pull/156))

### :woman_juggling: Refactoring

- refactor: migrate from Travis CI to GitHub actions ([\#167](https://github.com/liferay/eslint-config-liferay/pull/167))

## [v19.0.2](https://github.com/liferay/eslint-config-liferay/tree/v19.0.2) (2020-02-24)

[Full changelog](https://github.com/liferay/eslint-config-liferay/compare/v19.0.1...v19.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-liferay",
"version": "19.0.2",
"version": "20.0.0",
"description": "ESLint shareable config for the Liferay JavaScript Style",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 2ff29ef

Please sign in to comment.