Skip to content

Commit 43376d1

Browse files
committed
0.18.0
1 parent 10b2f19 commit 43376d1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
### Changelog:
22

33
```
4+
0.18.0 + Implement Workout Support[Experimental] (#251)
5+
~ typescript: add `BucketUnitType` and `BucketUnit` helper
6+
47
0.17.1 + Implement basic getBloodGlucoseSamples(kudos @ksetrin)
58
+ Add android 11 note in Doc (kudos @moulie415)
69
~ Update typescript definitions

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-fit",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "A React Native bridge module for interacting with Google Fit",
55
"main": "index.android.js",
66
"scripts": {

0 commit comments

Comments
 (0)