Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosalvi78 committed Oct 16, 2020
1 parent f783fa1 commit 7f833d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ Log of changes

* allows longer durations of buckets in Android
* remove Java annotations

### v2.0.0

* BREAKS API: the date of birth and gender have been removed from GoogleFit custom datatypes, you need to store these using your app's persistent mechanism
* BREAKS API: sourceName has been removed from GoogleFit
* bumped Google Fit API version to 19.0.0
* fixed bug with water consumption unit in Android
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.5",
"version": "2.0.0",
"name": "cordova-plugin-health",
"cordova_name": "Health",
"description": "A plugin that abstracts fitness and health repositories like Apple HealthKit or Google Fit",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-health"
version="1.1.5">
version="2.0.0">

<name>Cordova Health</name>

Expand Down

0 comments on commit 7f833d7

Please sign in to comment.