Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 392e640

Browse files
committed
Merge branch 'release/0.2.0' into develop
* release/0.2.0: Updated project version
2 parents b66ecd9 + 383c320 commit 392e640

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,17 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2020

2121
### Security
2222
- Nothing
23+
24+
## 0.2.0 - 2016-06-04
25+
26+
### Added
27+
- Constants now exported from native to Javascript
28+
- `start()` now returns network status data in the returned promise
29+
30+
### Fixed
31+
- JS tests
32+
33+
## 0.1.2 - 2016-06-02
34+
35+
### Added
36+
- Initial release

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-heyzap",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "A Heyzap plugin for React Native",
55
"main": "build/Heyzap.js",
66
"scripts": {

0 commit comments

Comments
 (0)