Skip to content

Commit 63cd935

Browse files
committed
update npm version
1 parent 19be542 commit 63cd935

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
### Changelog:
22

33
```
4+
0.18.3 + Add device Info to step history data (#279, kudos to @kristerkari)
5+
~ Update typescript definitions
6+
47
0.18.2 ~ temporary hotfix (#268, kudos to @nikhil-kumar-160)
58
69
0.18.1 + Implement `getBodyTemperatureSamples()` and `getOxygenSaturationSamples()` (#266, kudos to @mluksha)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-google-fit",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "A React Native bridge module for interacting with Google Fit",
55
"main": "index.android.js",
66
"scripts": {

0 commit comments

Comments
 (0)