Skip to content

Commit 5fd67b2

Browse files
chore(release): 1.1.6
## [1.1.6](v1.1.5...v1.1.6) (2020-02-24) ### Bug Fixes * **deps:** update dependency eslint-plugin-import to v2.20.1 ([#94](#94)) ([d5c0b59](d5c0b59)) * **deps:** update dependency eslint-plugin-react to v7.18.3 ([#95](#95)) ([1b0999e](1b0999e)) * **deps:** update typescript-eslint monorepo to v2.19.0 ([#96](#96)) ([b5e14cb](b5e14cb)) * **deps:** update typescript-eslint monorepo to v2.19.2 ([#100](#100)) ([d5cfba8](d5cfba8)) * **deps:** update typescript-eslint monorepo to v2.20.0 ([#104](#104)) ([1e55b0f](1e55b0f))
1 parent d38a661 commit 5fd67b2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.1.6](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.1.5...v1.1.6) (2020-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency eslint-plugin-import to v2.20.1 ([#94](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/94)) ([d5c0b59](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/d5c0b599506d103e91779efda6775c74e3d27f43))
7+
* **deps:** update dependency eslint-plugin-react to v7.18.3 ([#95](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/95)) ([1b0999e](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/1b0999e57d7f2301214934acb2f8f09dd07cdded))
8+
* **deps:** update typescript-eslint monorepo to v2.19.0 ([#96](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/96)) ([b5e14cb](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/b5e14cb6b28ba64d06ea35b9d4ab8b4275a42e3e))
9+
* **deps:** update typescript-eslint monorepo to v2.19.2 ([#100](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/100)) ([d5cfba8](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/d5cfba8662d3e68491562b47870808a01b86d5de))
10+
* **deps:** update typescript-eslint monorepo to v2.20.0 ([#104](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/104)) ([1e55b0f](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/1e55b0fad89c42522d5a394907281df96666be4a))
11+
112
## [1.1.5](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.1.4...v1.1.5) (2020-01-31)
213

314

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.5",
4+
"version": "1.1.6",
55
"main": "./index.js",
66
"author": {
77
"name": "Ricardo Amaral",

0 commit comments

Comments
 (0)