Skip to content

Commit 6024628

Browse files
committed
15.0.1
1 parent e14e2ba commit 6024628

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudfour/eslint-plugin
22

3+
## 15.0.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 15.0.0
410

511
### Major Changes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudfour/eslint-plugin",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"description": "Cloud Four's shareable ESLint configuration",
55
"author": "Cloud Four <[email protected]> (http://cloudfour.com)",
66
"homepage": "https://github.com/cloudfour/eslint-config",
@@ -19,7 +19,7 @@
1919
"dist/config.js",
2020
"src/rules.js",
2121
"index.js",
22-
"src/rules/**/*.js",
22+
"src/rules/**/*.js",
2323
"!src/rules/**/*.test.js"
2424
],
2525
"engines": {

0 commit comments

Comments
 (0)