Skip to content

Commit

Permalink
8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Feb 5, 2020
1 parent 11c288d commit cca3e88
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 97 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## 8.2.1 - 4 February 2020
* fix file download methods `.downloadFile()`, `.downloadFirmwareBinary()`, and `.downloadProductFirmware()` [PR #112](https://github.com/particle-iot/particle-api-js/pull/112)

## 8.2.0 - 28 January 2020
* `.addDeviceToProduct()` accepts `file` option to facillitate bulk importing of devices [PR #109](https://github.com/particle-iot/particle-api-js/pull/109)

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.2.0",
"version": "8.2.1",
"description": "Particle API Client",
"main": "lib/Particle.js",
"scripts": {
Expand Down

0 comments on commit cca3e88

Please sign in to comment.