Skip to content

Commit

Permalink
chore(release): 1.1.3
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2019-12-09)

### Bug Fixes

* **deps:** bump @typescript-eslint/eslint-plugin from 2.8.0 to 2.10.0 ([#35](#35)) ([6485ad6](6485ad6))
* **deps:** bump @typescript-eslint/parser from 2.8.0 to 2.10.0 ([#36](#36)) ([b01073b](b01073b))
* **deps:** bump eslint-plugin-import from 2.18.2 to 2.19.1 ([#37](#37)) ([9ae6b11](9ae6b11))
* **deps:** bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#32](#32)) ([cf8a82c](cf8a82c))
  • Loading branch information
semantic-release-bot committed Dec 9, 2019
1 parent 9ae6b11 commit 5a1b25e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.1.3](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.1.2...v1.1.3) (2019-12-09)


### Bug Fixes

* **deps:** bump @typescript-eslint/eslint-plugin from 2.8.0 to 2.10.0 ([#35](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/35)) ([6485ad6](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/6485ad677f2f9d9020e8e435c3188db5e1eb0063))
* **deps:** bump @typescript-eslint/parser from 2.8.0 to 2.10.0 ([#36](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/36)) ([b01073b](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/b01073ba5d31a93b3fff8d3415f0afb0a1307d34))
* **deps:** bump eslint-plugin-import from 2.18.2 to 2.19.1 ([#37](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/37)) ([9ae6b11](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/9ae6b11c5cca056351cc05e29cdc8560a17efe09))
* **deps:** bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#32](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/32)) ([cf8a82c](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/cf8a82cc424218f30d22d5acc1f783a06b8d5194))

## [1.1.2](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.1.1...v1.1.2) (2019-11-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rfgamaral/eslint-config-typescript-unified",
"description": "A unified ESLint configuration with sensible defaults for TypeScript projects.",
"version": "1.1.2",
"version": "1.1.3",
"main": "./index.js",
"author": {
"name": "Ricardo Amaral",
Expand Down

0 comments on commit 5a1b25e

Please sign in to comment.