Skip to content

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Jan 24, 2020
1 parent a378732 commit 89fc636
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 97 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 8.1.0 - 24 January 2020
* Add support for `groups` query parameter when listing product devices via `.listDevices()` [PR #108](https://github.com/particle-iot/particle-api-js/pull/108)
* Update `eslint` and related configuration [PR #107](https://github.com/particle-iot/particle-api-js/pull/107)

## 8.0.1 - 2 December 2019
* Update to latest superagent to fix deprecation warnings in Node v12

Expand Down
6 changes: 3 additions & 3 deletions dist/particle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/particle.min.js.map

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions docs/api.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "particle-api-js",
"version": "8.0.1",
"version": "8.1.0",
"description": "Particle API Client",
"main": "lib/Particle.js",
"scripts": {
Expand Down

0 comments on commit 89fc636

Please sign in to comment.