Skip to content

Commit 2356daa

Browse files
committed
6.1.0 -> 6.1.1
1 parent 127a749 commit 2356daa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://react-error-boundary-lib.vercel.app/og.svg" alt="react-error-boundary logo" width="400" height="210" />
1+
<img src="https://react-error-boundary-lib.vercel.app/og.png" alt="react-error-boundary logo" width="400" height="210" />
22

33
`react-error-boundary`: Reusable React [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) component. Supports all React renderers (including React DOM and React Native).
44

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": "6.1.0",
3+
"version": "6.1.1",
44
"type": "module",
55
"description": "Simple reusable React error boundary component",
66
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",

0 commit comments

Comments
 (0)