diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1f9f6e..8fd5e392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.11.0](https://github.com/Workiva/over_react_codemod/compare/1.11.0...1.10.0) + +- Update the `react17_dependency_override_update` codemod to add overrides that point to the release branches for React 17 instead of alpha versions. + ## [1.10.0](https://github.com/Workiva/over_react_codemod/compare/1.10.0...1.9.0) - Add `react17_upgrade` codemod diff --git a/pubspec.yaml b/pubspec.yaml index 3fc988d0..6a5dea97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react_codemod -version: 1.10.0 +version: 1.11.0 homepage: https://github.com/Workiva/over_react_codemod description: >