Skip to content

Commit 3c34d8c

Browse files
committed
chore: enable semantic-release
1 parent 3e24493 commit 3c34d8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ MIT
205205
<!-- prettier-ignore-start -->
206206
[npm]: https://www.npmjs.com
207207
[node]: https://nodejs.org
208-
[build-badge]: https://img.shields.io/travis/org/bvaughn/react-error-boundary.svg?style=flat-square
208+
[build-badge]: https://img.shields.io/travis/bvaughn/react-error-boundary.svg?style=flat-square
209209
[build]: https://travis-ci.org/bvaughn/react-error-boundary
210210
[coverage-badge]: https://img.shields.io/codecov/c/github/bvaughn/react-error-boundary.svg?style=flat-square
211211
[coverage]: https://codecov.io/github/bvaughn/react-error-boundary

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": "0.0.0-development",
3+
"version": "0.0.0-semantically-released",
44
"description": "Simple reusable React error boundary component",
55
"main": "dist/react-error-boundary.cjs.js",
66
"module": "dist/react-error-boundary.esm.js",

0 commit comments

Comments
 (0)