diff --git a/CHANGELOG.md b/CHANGELOG.md index 79018dc53..baa9fc855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # OverReact Changelog +## 1.33.0 + +> [Complete `1.33.0` Changeset](https://github.com/Workiva/over_react/compare/1.32.0...1.33.0) + +* [#266] Add `ErrorBoundary` Component + > This component does not actually hook into any ReactJS 16 lifecycle yet. It won't until support for ReactJS 16 is added to react-dart in version 5.0.0, and to over_react in version 3.0.0. + ## 1.32.0 > [Complete `1.32.0` Changeset](https://github.com/Workiva/over_react/compare/1.31.0...1.32.0) diff --git a/pubspec.yaml b/pubspec.yaml index 5e904bc29..b3dc9482c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 1.32.0 +version: 1.33.0 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: