Skip to content

Commit d2e7c74

Browse files
committed
chore(release): 4.2.0
1 parent 93b8451 commit d2e7c74

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.2.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v4.1.0...v4.2.0) (2021-03-16)
6+
7+
8+
### Features
9+
10+
* Update TypeScript Support. ([#82](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/82)) ([91e73b3](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/91e73b38bf5b778a7989a1d3c4e3759bdb35e09e))
11+
12+
13+
### Bug Fixes
14+
15+
* use no-shadow of [@typescript-eslint](https://github.com/typescript-eslint) instead of base rule ([#71](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/71)) ([319683c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/319683cd43500e73140faae765bb88d0399ba6f3))
16+
517
## [4.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.1.0...v4.1.0) (2020-11-21)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb-typescript-prettier",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Airbnb's ESLint config with TypeScript and Prettier support",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)