Skip to content

Commit

Permalink
11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-abbeduto-particle committed Oct 3, 2024
1 parent e0c9699 commit ae123ab
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 138 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## 11.1.0 - 3 October 2024
* Re-add `deleteAccessToken` method, but with basic auth removed

## 11.0.0 - 1 October 2024
* Remove `listAccessTokens` and `deleteAccessToken` methods that relied on HTTP basic auth
* Update EventStream to send access_token in the Authorization header instead. No functional change
Expand Down
2 changes: 1 addition & 1 deletion 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.

282 changes: 149 additions & 133 deletions docs/api.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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": "11.0.0",
"version": "11.1.0",
"description": "Particle API Client",
"main": "src/Particle.js",
"scripts": {
Expand Down

0 comments on commit ae123ab

Please sign in to comment.