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

Commit

Permalink
chore: prepare v19.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Feb 10, 2020
1 parent 2309ab0 commit 917df96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v19.0.0](https://github.com/liferay/eslint-config-liferay/tree/v19.0.0) (2020-02-10)

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

- feat!: add sort-import-destructures rule ([\#145](https://github.com/liferay/eslint-config-liferay/pull/145))
- feat!: add array-is-array rule ([\#144](https://github.com/liferay/eslint-config-liferay/pull/144))
- feat!: enforce blank line before return statements ([\#143](https://github.com/liferay/eslint-config-liferay/pull/143))
- feat!: activate "curly" rule ([\#142](https://github.com/liferay/eslint-config-liferay/pull/142))

## [v18.0.0](https://github.com/liferay/eslint-config-liferay/tree/v18.0.0) (2020-01-31)

[Full changelog](https://github.com/liferay/eslint-config-liferay/compare/v17.0.0...v18.0.0)
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": "18.0.0",
"version": "19.0.0",
"description": "ESLint shareable config for the Liferay JavaScript Style",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 917df96

Please sign in to comment.