Skip to content

Commit 25e5c4e

Browse files
committed
10.5.0
1 parent b7f2ced commit 25e5c4e

File tree

6 files changed

+166
-137
lines changed

6 files changed

+166
-137
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.5.0 - 14 June 2024
4+
* Add `unprotectDevice`
5+
* Remove `changeProduct`
6+
37
## 10.4.3 - 25 March 2024
48
* Add `utm` paramater to `createUser`
59

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: 157 additions & 132 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.3",
3+
"version": "10.5.0",
44
"description": "Particle API Client",
55
"main": "src/Particle.js",
66
"scripts": {

0 commit comments

Comments
 (0)