Skip to content

Commit 808a158

Browse files
committed
chore: bump version to 3.1.0
1 parent 36e128b commit 808a158

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# [Unreleased]
22

3+
# [3.1.0](https://github.com/IjzerenHein/react-native-bundle-visualizer/compare/v3.0.0...v3.1.0) (2021-10-16)
4+
5+
### Features
6+
7+
- Add support for Yarn monorepos by using `require.resolve` to locate the react-native cli. ([thank you @braden1996](https://github.com/IjzerenHein/react-native-bundle-visualizer/pull/69))
8+
39
# [3.0.0](https://github.com/IjzerenHein/react-native-bundle-visualizer/compare/v2.3.0...v3.0.0) (2021-08-23)
410

511
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bundle-visualizer",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "See what's inside your react-native bundle",
55
"author": "IjzerenHein <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)