Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2019-10-29)

### Bug Fixes

* **deps:** bump @typescript-eslint/eslint-plugin from 2.5.0 to 2.6.0 ([#8](#8)) ([8642ee8](8642ee8))
* **deps:** bump @typescript-eslint/parser from 2.5.0 to 2.6.0 ([#7](#7)) ([e0e951e](e0e951e))
* **deps:** bump eslint-config-prettier from 6.4.0 to 6.5.0 ([#6](#6)) ([d8e0bd3](d8e0bd3))
  • Loading branch information
semantic-release-bot committed Oct 29, 2019
1 parent e0e951e commit ee099d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.1](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.1.0...v1.1.1) (2019-10-29)


### Bug Fixes

* **deps:** bump @typescript-eslint/eslint-plugin from 2.5.0 to 2.6.0 ([#8](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/8)) ([8642ee8](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/8642ee8ffa82baaebc2c4a3b36abf0c72bb91470))
* **deps:** bump @typescript-eslint/parser from 2.5.0 to 2.6.0 ([#7](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/7)) ([e0e951e](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/e0e951e3b7065731f7a25f7bef421853bb6b531d))
* **deps:** bump eslint-config-prettier from 6.4.0 to 6.5.0 ([#6](https://github.com/rfgamaral/eslint-config-typescript-unified/issues/6)) ([d8e0bd3](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/d8e0bd3f5fe8ddf2042c770db9d49d3ef12eab8e))

# [1.1.0](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v1.0.0...v1.1.0) (2019-10-25)


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.0",
"version": "1.1.1",
"main": "./index.js",
"author": {
"name": "Ricardo Amaral",
Expand Down

0 comments on commit ee099d3

Please sign in to comment.