Skip to content

Commit 035f1cd

Browse files
committed
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.3.0...v1.0.0) (2020-04-02) ### chore * require Node 10 ([430d23a](430d23a)) ### Features * **android:** handle adb error re: improper signing ([829585f](829585f)) * **android:** show link to online help docs for errors ([0bc4487](0bc4487)) ### BREAKING CHANGES * A minimum of Node.js 10.3.0 is required.
1 parent 0bc4487 commit 035f1cd

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.0.0](https://github.com/ionic-team/native-run/compare/v0.3.0...v1.0.0) (2020-04-02)
2+
3+
4+
### chore
5+
6+
* require Node 10 ([430d23a](https://github.com/ionic-team/native-run/commit/430d23ac5dfb4f5c0ab059e923839a6bd7d523d4))
7+
8+
9+
### Features
10+
11+
* **android:** handle adb error re: improper signing ([829585f](https://github.com/ionic-team/native-run/commit/829585f82cab311f5ceee84369ccdac2b327d744))
12+
* **android:** show link to online help docs for errors ([0bc4487](https://github.com/ionic-team/native-run/commit/0bc448715af72ba7febee4f8f3e5b008cd489f16))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* A minimum of Node.js 10.3.0 is required.
18+
119
# [0.3.0](https://github.com/ionic-team/native-run/compare/v0.2.9...v0.3.0) (2019-12-04)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-run",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",
55
"bin": {
66
"native-run": "./bin/native-run"

0 commit comments

Comments
 (0)