Skip to content

Commit 14a7010

Browse files
committed
1.1.0
1 parent 6f5cc0d commit 14a7010

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-boundary",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Sample reusable React error boundary component for React 16+",
55
"files": [
66
"dist"

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import ErrorBoundaryFallbackComponent from './ErrorBoundaryFallbackComponent';
44
import ErrorBoundary, {withErrorBoundary} from './ErrorBoundary';
55

66
export default ErrorBoundary;
7+
78
export {ErrorBoundary, withErrorBoundary, ErrorBoundaryFallbackComponent};

0 commit comments

Comments
 (0)