Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed Jun 1, 2020
1 parent 75c9b7c commit bccd319
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 104 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## 9.0.1 - 1 June 2020
* Add `.getProductDeviceConfiguration()` and `.getProductDeviceConfigurationSchema()` methods

## 9.0.0 - 20 May 2020
* Add support for configuration and location services

Expand Down
4 changes: 2 additions & 2 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.

234 changes: 135 additions & 99 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": "9.0.0",
"version": "9.0.1",
"description": "Particle API Client",
"main": "lib/Particle.js",
"scripts": {
Expand Down

0 comments on commit bccd319

Please sign in to comment.