Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-abbeduto-particle committed Oct 1, 2024
1 parent 8e751f8 commit 42d9133
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 296 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 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

## 10.6.0 - 21 August 2024
* Add DeviceOS versions endpoints

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.

546 changes: 255 additions & 291 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": "10.6.0",
"version": "11.0.0",
"description": "Particle API Client",
"main": "src/Particle.js",
"scripts": {
Expand Down

0 comments on commit 42d9133

Please sign in to comment.