Skip to content

Commit 455acb2

Browse files
committed
3.2.0
1 parent 9e83b43 commit 455acb2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [3.2.0](https://github.com/IjzerenHein/react-native-bundle-visualizer/releases/tag/v3.2.0) (2026-03-18)
2+
3+
- Fixes [Your source map refers to generated line 17, but the source only contains 15 line(s). Check that you are using the correct source map](https://github.com/callstack/react-native-bundle-visualizer/issues/127) disable border checks by default since all Modern React Native versions generate source maps with some invalid mappings. You can re-enable these checks by passing the `--border-checks` flag.
4+
5+
16
# [3.1.3](https://github.com/IjzerenHein/react-native-bundle-visualizer/releases/tag/v3.1.3) (2023-02-13)
27

38
### Bug Fixes
@@ -77,4 +82,4 @@ All command-line arguments are optional. By default a production build will be c
7782

7883
- Fixed `react-hot-loader` missing dependency issue with latest haul
7984
- Fixed new @react-native-community libs not transpiled correctly
80-
-
85+
-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bundle-visualizer",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"description": "See what's inside your react-native bundle",
55
"author": "IjzerenHein <hrutjes@gmail.com>",
66
"keywords": [

0 commit comments

Comments
 (0)