Skip to content

Commit

Permalink
10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-abbeduto-particle committed Nov 7, 2023
1 parent 3cb9e78 commit 1108ae7
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 479 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# changelog

## 10.3.0 - 7 November 2023

* Add support for sandbox accounts on all logic/ledger APIs by allowing the omission of the `org` property
* Add `executeLogic` function for testing logic functions before deploying them

## 10.2.0 - 6 October 2023

* Migrate LogicBlocks methods to LogicFunctions, LogicTriggers, and LogicRuns
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,008 changes: 534 additions & 474 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.2.0",
"version": "10.3.0",
"description": "Particle API Client",
"main": "src/Particle.js",
"scripts": {
Expand Down

0 comments on commit 1108ae7

Please sign in to comment.