Skip to content

Commit

Permalink
9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed Jul 28, 2020
1 parent de96e0c commit 992a860
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 106 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 9.0.2 - 28 July 2020
* Add `.deleteActiveAccessTokens()` method
* Add `invalidateTokens` arguments to `.confirmMfa()` and `.changeUsername()` methods

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

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.

220 changes: 119 additions & 101 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.1",
"version": "9.0.2",
"description": "Particle API Client",
"main": "lib/Particle.js",
"scripts": {
Expand Down

0 comments on commit 992a860

Please sign in to comment.