Skip to content

Commit

Permalink
chore: prepare @liferay/eslint-config v21.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Oct 2, 2020
1 parent ec92ae9 commit 2d1aa19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions projects/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [eslint-config/v21.2.0](https://github.com/liferay/liferay-frontend-projects/tree/eslint-config/v21.2.0) (2020-10-02)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/eslint-config/v21.1.0...eslint-config/v21.2.0)

### :new: Features

- feat: add support for formatting and linting TypeScript ([\#97](https://github.com/liferay/liferay-frontend-projects/pull/97))

### :book: Documentation

- docs(eslint-config): tweak CONTRIBUTING.md ([\#107](https://github.com/liferay/liferay-frontend-projects/pull/107))
- docs: update changelogs for imported packages ([\#84](https://github.com/liferay/liferay-frontend-projects/pull/84))
- docs: move CI badge up to top-level README ([\#72](https://github.com/liferay/liferay-frontend-projects/pull/72))

### :house: Chores

- chore: update dependencies ([\#105](https://github.com/liferay/liferay-frontend-projects/pull/105))
- chore: update ESLint to latest v7 release ([\#102](https://github.com/liferay/liferay-frontend-projects/pull/102))

## [eslint-config/v21.1.0](https://github.com/liferay/liferay-frontend-projects/tree/eslint-config/v21.1.0) (2020-09-22)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-eslint-config/v21.1.0...eslint-config/v21.1.0)
Expand Down
2 changes: 1 addition & 1 deletion projects/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"preversion": "yarn ci",
"test": "cd ../.. && yarn test"
},
"version": "21.1.0"
"version": "21.2.0"
}

0 comments on commit 2d1aa19

Please sign in to comment.