Skip to content

Commit ff2af94

Browse files
committed
"chore(release): 4.0.0"
1 parent c17bd09 commit ff2af94

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.1.0...v4.0.0) (2020-11-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Update dependencies
11+
* `@typescript-eslint/eslint-plugin`: `^3.3.0` to `^4.7.0`
12+
* `@typescript-eslint/parser`: `^3.3.0` to `^4.7.0`
13+
* `eslint-config-airbnb`: `^18.2.0` to `^18.2.1`
14+
* `eslint-config-prettier`: `^6.11.0` to `^6.15.0`
15+
* `eslint-plugin-import`: `^2.21.2` to `^2.22.1`
16+
* `eslint-plugin-jsx-a11y`: `^6.3.1` to `^6.4.1`
17+
* `eslint-plugin-react`: `^7.20.0` to `^7.21.5`
18+
* `eslint-plugin-react-hooks`: `^4.0.4` to `^4.2.0`
19+
20+
### Features
21+
22+
* Update dependencies and Support 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))
23+
524
## [3.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.0.0...v3.1.0) (2020-06-22)
625

726

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": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Airbnb's ESLint config with TypeScript and Prettier support",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)