diff --git a/CHANGELOG.md b/CHANGELOG.md index 1157332..06e34c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 25.0.0 + +We now support and depend on babel 7 - [#211] + +Version 24.1.2 is the latest version for users of babel 6. + +[#211](https://github.com/brigand/babel-plugin-flow-react-proptypes/pull/211/) ## 24.1.2 diff --git a/README.md b/README.md index 31f9e14..b56f38a 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ import { bpfrp_babelPluginFlowReactPropTypes_proptype_SomeExternalType } from '. Starting in 14.0.0, we output ES6 import/export statements by default. The `deadCode` option (explained below) will cause it to use common.js modules instead. +In version 25.0.0 and onward, we only support babel 7. Install version 24.x.x if you're using babel 6. + The reaason for the high major versions is that any change to the prop type output, including adding new checks that previously produced no output, impact users of this plugin. Check the changelog to see what's changed at each version. ## Usage