Skip to content

Commit

Permalink
chore: bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Nov 16, 2021
1 parent 36e128b commit 808a158
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# [Unreleased]

# [3.1.0](https://github.com/IjzerenHein/react-native-bundle-visualizer/compare/v3.0.0...v3.1.0) (2021-10-16)

### Features

- 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))

# [3.0.0](https://github.com/IjzerenHein/react-native-bundle-visualizer/compare/v2.3.0...v3.0.0) (2021-08-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-bundle-visualizer",
"version": "3.0.0",
"version": "3.1.0",
"description": "See what's inside your react-native bundle",
"author": "IjzerenHein <hrutjes@gmail.com>",
"keywords": [
Expand Down

0 comments on commit 808a158

Please sign in to comment.