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

Commit

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

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

### :boom: Breaking changes

- feat!: require blank lines before and after line comments ([\#170](https://github.com/liferay/eslint-config-liferay/pull/170))
- feat!: enforce standard formatting for deprecation annotations ([\#175](https://github.com/liferay/eslint-config-liferay/pull/175))

### :new: Features

- feat!: require blank lines before and after line comments ([\#170](https://github.com/liferay/eslint-config-liferay/pull/170))
- feat!: enforce standard formatting for deprecation annotations ([\#175](https://github.com/liferay/eslint-config-liferay/pull/175))

### :nail_care: Style

- style: apply autofixes ([\#177](https://github.com/liferay/eslint-config-liferay/pull/177))

## [v20.0.1](https://github.com/liferay/eslint-config-liferay/tree/v20.0.1) (2020-04-03)

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

0 comments on commit 718a2db

Please sign in to comment.