Skip to content

Commit 6b38251

Browse files
committedSep 12, 2019
chore(release): 8.0.0
1 parent 7ad0a5c commit 6b38251

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="8.0.0"></a>
6+
# [8.0.0](https://github.com/moxystudio/eslint-config/compare/v7.1.0...v8.0.0) (2019-09-12)
7+
8+
9+
### Features
10+
11+
* add eslint-plugin-react-hooks ([#70](https://github.com/moxystudio/eslint-config/issues/70)) ([7ad0a5c](https://github.com/moxystudio/eslint-config/commit/7ad0a5c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Drop support for Node v6
17+
18+
19+
520
<a name="7.1.0"></a>
621
# [7.1.0](https://github.com/moxystudio/eslint-config/compare/v7.0.1...v7.1.0) (2019-03-18)
722

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-moxy",
33
"description": "MOXY eslint configuration to be used across several JavaScript projects",
4-
"version": "7.1.0",
4+
"version": "8.0.0",
55
"keywords": [
66
"eslint-config",
77
"eslintconfig",

0 commit comments

Comments
 (0)
Please sign in to comment.