Skip to content

Commit 48c279f

Browse files
10.4.2
1 parent 3bc2e6a commit 48c279f

File tree

6 files changed

+657
-569
lines changed

6 files changed

+657
-569
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## 10.4.2 - 3 January 2024
4+
* Add `setMode` arg to `setLedgerInstance`
5+
* Fix a few incorrect logic function JSDocs
6+
37
## 10.4.1 - 2 January 2024
48

59
* Fix `setLedgerInstance` taking wrong argument and passing a bad request body to the API

dist/particle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/particle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api.md

Lines changed: 648 additions & 564 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "particle-api-js",
3-
"version": "10.4.1",
3+
"version": "10.4.2",
44
"description": "Particle API Client",
55
"main": "src/Particle.js",
66
"scripts": {

0 commit comments

Comments
 (0)