Skip to content

Commit a569c36

Browse files
committed
chore(release): 4.1.0
1 parent d9366c4 commit a569c36

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.1.0...v4.1.0) (2020-11-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Update dependencies
11+
12+
### Features
13+
14+
* Update dependencies to work with TypeScript v4 ([#67](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/67)) ([116e92b](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/116e92b4f795492eea1f7355a5e3f813a2bd3907))
15+
16+
17+
### Bug Fixes
18+
19+
* 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))
20+
521
## [4.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.1.0...v4.0.0) (2020-11-14)
622

723

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)