Skip to content

Commit 02d5b31

Browse files
committed
chore(release): 5.0.0
1 parent 0634a6b commit 02d5b31

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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+
## [5.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v4.2.0...v5.0.0) (2021-12-12)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* Update dependencies
10+
* `eslint-config-airbnb`
11+
* `v18.2.1` to `v19.0.2`
12+
* `@typescript-eslint`
13+
* `v4.7.0` to `v5.6.0`
14+
* `eslint(peerDependencies)`
15+
* `"^5.16.0 || ^6.8.0 || ^7.2.0"` to `"^7.32.0 || ^8.2.0"`
16+
17+
### Features
18+
19+
* **deps:** upgrade `eslint-config-airbnb` and `[@typescript-eslint](https://github.com/typescript-eslint)` ([#98](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/98)) ([43729d8](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/43729d8517decfa25b1e1c7e2f24229ce9152ffa))
20+
521
## [4.2.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v4.1.0...v4.2.0) (2021-03-16)
622

723

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

0 commit comments

Comments
 (0)