Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Aug 1, 2018
1 parent e185275 commit 6db301a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# eslint-config-sevenval
# Changelog

## 3.0.0

- **breaking**: Deprecate `es5` preset. If you absolutely need it, you can
install an older version via `npm install eslint-config-sevenval@2`
- **breaking**: The `react` preset has been merged into the default one. Instead
of extending `eslint-config-sevenval/react` just use `eslint-config-sevenval`
- The preset is now based on `eslint-config-react-app`.

## 2.0.0

Expand All @@ -8,7 +16,7 @@
## 1.4.1

- Upgrade `eslint-plugin-react` to fix an issue introduced by
the recent prop-types split from React core.
the recent prop-types split from React core.
- Update eslint to latest `4.x` release
- Run tests on node 8

Expand Down

0 comments on commit 6db301a

Please sign in to comment.