Skip to content

Commit

Permalink
Merge pull request #12 from serverless/release
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
medikoo authored Jul 19, 2019
2 parents f9a667a + 1d994a7 commit db44b96
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [1.1.0](https://github.com/serverless/eslint-config/compare/v1.0.1...v1.1.0) (2019-07-19)

### Bug Fixes

- Turn off 'allowParens' for no-confusing-arrow (Prettier support) ([e0f6a74](https://github.com/serverless/eslint-config/commit/e0f6a74))
- Turn off 'no-unused-expressions' for tests ([37c1969](https://github.com/serverless/eslint-config/commit/37c1969))

### Features

- Improve \*:updated scripts naming convention ([868046e](https://github.com/serverless/eslint-config/commit/868046e))

### [1.0.1](https://github.com/serverless/eslint-config/compare/v1.0.0...v1.0.1) (2019-07-09)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless/eslint-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "ESLint & Prettier config for Serveless projects",
"keywords": [
"lint",
Expand All @@ -20,10 +20,10 @@
}
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.3",
"git-list-updated": "^1.2.0",
"@commitlint/cli": "^8.1.0",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.1",
"git-list-updated": "^1.2.1",
"github-release-from-cc-changelog": "^2.2.0",
"prettier": "^1.18.2",
"standard-version": "^6.0.1"
Expand Down

0 comments on commit db44b96

Please sign in to comment.