From 77ad4aa91ae65b483596cf3975a777ce14288c24 Mon Sep 17 00:00:00 2001 From: Terrillo Walls Date: Tue, 12 Nov 2019 16:26:15 -0500 Subject: [PATCH] 0.7.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5383cf1e..f070ab11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +0.7.1v +- Add TypeScript definition file [#63](https://github.com/terrillo/rn-apple-healthkit/pull/63) +- Fix ios 9 crash [#109](https://github.com/terrillo/rn-apple-healthkit/pull/109) + 0.7v - Added Pods Header in Header Search Path [#101](https://github.com/terrillo/rn-apple-healthkit/pull/101) - Add podspec for CocoaPods [#96](https://github.com/terrillo/rn-apple-healthkit/pull/96) diff --git a/package.json b/package.json index 6a2ad62a..b3e1f394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-apple-healthkit", - "version": "0.7.0", + "version": "0.7.1", "description": "A React Native package for interacting with Apple HealthKit", "main": "index.js", "repository": {