Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.7...v3.0.0) (2023-01-02)

### ⚠ BREAKING CHANGES

* **android:** If Google cloud console credential setup is incorrect
throw exception when authorize method is run.

### Features

* **android:** throw exception on authorize when setup is incorrect ([918eb29](918eb29))

### Bug Fixes

* **android:** authorization resolve false if user cancelled ([2e9ec83](2e9ec83))
  • Loading branch information
semantic-release-bot committed Jan 2, 2023
1 parent 93f208d commit 055bb91
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [3.0.0](https://github.com/kilohealth/rn-fitness-tracker/compare/v2.0.7...v3.0.0) (2023-01-02)


### ⚠ BREAKING CHANGES

* **android:** If Google cloud console credential setup is incorrect
throw exception when authorize method is run.

### Features

* **android:** throw exception on authorize when setup is incorrect ([918eb29](https://github.com/kilohealth/rn-fitness-tracker/commit/918eb294f3e438d80d7cb8da8cf74f2cb58c2ad3))


### Bug Fixes

* **android:** authorization resolve false if user cancelled ([2e9ec83](https://github.com/kilohealth/rn-fitness-tracker/commit/2e9ec83ef18f8a80d414d1a732ac54718047b698))

## [2.0.7](https://github.com/kilohealth/rn-fitness-tracker/compare/v2.0.6...v2.0.7) (2022-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kilohealth/rn-fitness-tracker",
"version": "2.0.7",
"version": "3.0.0",
"description": "React native module for tracking fitness data with Google Fit and Apple Health Kit for Android & iOS",
"keywords": [
"react-native",
Expand Down

0 comments on commit 055bb91

Please sign in to comment.