Skip to content

Commit 3b3fbea

Browse files
committed
Update CHANGELOG, README, bump version
1 parent 6559600 commit 3b3fbea

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.1.0 (July 28, 2017)
2+
3+
#### Bug Fixes
4+
5+
* Switch Babel preset on eject ([#328](https://github.com/react-community/create-react-native-app/pull/328))
6+
* Fix yarnpkg alias usage in the init script ([#329](https://github.com/react-community/create-react-native-app/pull/329))
7+
8+
#### Features
9+
10+
* Add interactive mode with keyboard commands ([#326](https://github.com/react-community/create-react-native-app/pull/326))
11+
* Include whether dev or production is enabled in "Running app on" message ([655960](https://github.com/react-community/create-react-native-app/commit/655960090393673ec0a6208a1afac8f6821664e5))
12+
13+
#### Committers
14+
15+
* fson
16+
* brentvatne
17+
118
## 1.0 (July 24, 2017)
219

320
#### Bug Fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you're familiar with React Native already, you won't find any `ios` or `andro
6060

6161
#### `npm start`
6262

63-
Runs your app in development mode.
63+
Runs your app in development mode with an interactive prompt. To run it without a prompt, use the `--no-interactive` flag.
6464

6565
Open it in the [Expo app](https://expo.io) on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
6666

react-native-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scripts",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Configuration and scripts for Create React Native App.",
55
"license": "BSD-3-Clause",
66
"keywords": [

0 commit comments

Comments
 (0)