Skip to content

Commit 94ece50

Browse files
authored
react: version 0.4.0 (#282)
Co-authored-by: Sebastian Alex <[email protected]>
1 parent 9dcffb1 commit 94ece50

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.4.0
2+
3+
- update `@backtrace/browser` to `0.4.0`
4+
- update code to use ES modules (#269, #279)
5+
- emit CJS and ES modules (#269, #279)
6+
17
# Version 0.3.1
28

39
- added a new HTTP header to report submission layer (#246)

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backtrace/react",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Backtrace-Javascript React integration",
55
"main": "lib/bundle.cjs",
66
"module": "lib/bundle.mjs",

0 commit comments

Comments
 (0)