Skip to content

Commit

Permalink
10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-abbeduto-particle committed Dec 19, 2023
1 parent 250de2f commit b19e641
Show file tree
Hide file tree
Showing 6 changed files with 690 additions and 521 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# changelog

## 10.4.0 - 19 December 2023

* Add `listLedgerInstanceVersions` function
* Add `getLedgerInstanceVersion` function

## 10.3.1 - 6 December 2023

* Add `todayStats` query option to listLogicFunctions
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,196 changes: 680 additions & 516 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.3.1",
"version": "10.4.0",
"description": "Particle API Client",
"main": "src/Particle.js",
"scripts": {
Expand Down

0 comments on commit b19e641

Please sign in to comment.