Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 30de5e5

Browse files
chore(release): 2.0.0
# [2.0.0](v1.1.7...v2.0.0) (2020-03-23) ### Bug Fixes * **deps:** update dependency eslint-config-prettier to v6.10.1 ([#114](#114)) ([d500413](d500413)) * **deps:** update dependency eslint-plugin-react-hooks to v2.5.1 ([#115](#115)) ([003e0ad](003e0ad)) * **deps:** update typescript-eslint monorepo to v2.24.0 ([#116](#116)) ([ed1878c](ed1878c)) ### chore * **peers:** update dependency prettier to v2 ([6cb1dcc](6cb1dcc)) ### BREAKING CHANGES * **peers:** drop support for Prettier v1.x
1 parent 6cb1dcc commit 30de5e5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.0.0](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.1.7...v2.0.0) (2020-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency eslint-config-prettier to v6.10.1 ([#114](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/114)) ([d500413](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/d500413a2025b85ad386d7967c6f511ec78a107c))
7+
* **deps:** update dependency eslint-plugin-react-hooks to v2.5.1 ([#115](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/115)) ([003e0ad](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/003e0adfbb2cab341f818d4f181eb9812709882a))
8+
* **deps:** update typescript-eslint monorepo to v2.24.0 ([#116](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/116)) ([ed1878c](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/ed1878c83836f4ce39d6c8a12d6848cdf2c7efb7))
9+
10+
11+
### chore
12+
13+
* **peers:** update dependency prettier to v2 ([6cb1dcc](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/6cb1dcc09cb1644a52feb887eebf591ff3e54f68))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **peers:** drop support for Prettier v1.x
19+
120
## [1.1.7](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.1.6...v1.1.7) (2020-03-17)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rfgamaral/eslint-config-typescript-unified",
33
"description": "A unified ESLint configuration with sensible defaults for TypeScript projects.",
4-
"version": "1.1.7",
4+
"version": "2.0.0",
55
"main": "./index.js",
66
"author": {
77
"name": "Ricardo Amaral",

0 commit comments

Comments
 (0)