Skip to content

Commit

Permalink
Merge pull request #52 from MiGoller/develop
Browse files Browse the repository at this point in the history
Merge v0.2.17 into master
  • Loading branch information
MiGoller authored Nov 23, 2021
2 parents c1db147 + e6cddd6 commit fb48e5d
Show file tree
Hide file tree
Showing 8 changed files with 9,665 additions and 2,675 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
- name: Install Dependencies
run: npm ci

# - name: Run integration tests (unix only)
# if: startsWith(runner.OS, 'windows') == false
# run: DEBUG=testing:* npm run test:integration
- name: Run integration tests (unix only)
if: startsWith(runner.OS, 'windows') == false
run: DEBUG=testing:* npm run test:integration

# - name: Run integration tests (windows only)
# if: startsWith(runner.OS, 'windows')
# run: set DEBUG=testing:* & npm run test:integration
- name: Run integration tests (windows only)
if: startsWith(runner.OS, 'windows')
run: set DEBUG=testing:* & npm run test:integration

# TODO: To enable automatic npm releases, create a token on npmjs.org
# Enter this token as a GitHub secret (with name NPM_TOKEN) in the repository options
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ Feel free to modify the default timespan of 60 seconds for the polling interval.
## Changelog
### 0.2.17 (2021-11-21)
* (PeterVoronov) Fix for issue [#41: Fix for error in publishCirclePlaces "Cannot read property 'val' of null](https://github.com/MiGoller/ioBroker.life360/pull/41)
* (MiGoller) Fix for issue [#44: V 0.2.16 warnung no places found](https://github.com/MiGoller/ioBroker.life360/issues/44)
* (MiGoller) Fix for issue [#47: Keine Sonderzeichen möglich](https://github.com/MiGoller/ioBroker.life360/issues/47)
### 0.2.16 (2021-07-12)
- (MiGoller) Fix for issue #39: Don't let the adapter crash if the Life360 API returns a server error.
Expand Down
Loading

0 comments on commit fb48e5d

Please sign in to comment.