Skip to content

Commit

Permalink
10.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-abbeduto-particle committed Jan 3, 2024
1 parent 3bc2e6a commit 48c279f
Show file tree
Hide file tree
Showing 6 changed files with 657 additions and 569 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# changelog

## 10.4.2 - 3 January 2024
* Add `setMode` arg to `setLedgerInstance`
* Fix a few incorrect logic function JSDocs

## 10.4.1 - 2 January 2024

* Fix `setLedgerInstance` taking wrong argument and passing a bad request body to the API
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.

1,212 changes: 648 additions & 564 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
@@ -1,6 +1,6 @@
{
"name": "particle-api-js",
"version": "10.4.1",
"version": "10.4.2",
"description": "Particle API Client",
"main": "src/Particle.js",
"scripts": {
Expand Down

0 comments on commit 48c279f

Please sign in to comment.