Skip to content

Commit

Permalink
15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed Nov 3, 2020
1 parent e14e2ba commit 6024628
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudfour/eslint-plugin

## 15.0.1

### Patch Changes

- [`e14e2ba`](https://github.com/cloudfour/eslint-config/commit/e14e2baf3215a07007ff710bd7a414edb4def692) [#193](https://github.com/cloudfour/eslint-config/pull/193) Thanks [@calebeby](https://github.com/calebeby)! - Fix published files so `@cloudfour/prefer-early-return` is included

## 15.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudfour/eslint-plugin",
"version": "15.0.0",
"version": "15.0.1",
"description": "Cloud Four's shareable ESLint configuration",
"author": "Cloud Four <[email protected]> (http://cloudfour.com)",
"homepage": "https://github.com/cloudfour/eslint-config",
Expand All @@ -19,7 +19,7 @@
"dist/config.js",
"src/rules.js",
"index.js",
"src/rules/**/*.js",
"src/rules/**/*.js",
"!src/rules/**/*.test.js"
],
"engines": {
Expand Down

0 comments on commit 6024628

Please sign in to comment.