Skip to content

Commit e179442

Browse files
committed
3.26.0
1 parent f0703f2 commit e179442

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
# 3.26.0 - Aug 28 2024
4+
* Add support for Protected Devices in CLI operations
5+
* Add option to filter device with particle device-protection commands
6+
* Remove particle setup command
7+
* Update device constants for new display names and gen4
8+
39
# 3.25.1 - Jul 18 2024
410
* Fix open url action on windows for `particle login --sso` command
511

npm-shrinkwrap.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,7 +1,7 @@
11
{
22
"name": "particle-cli",
33
"description": "Simple Node commandline application for working with your Particle devices and using the Particle Cloud",
4-
"version": "3.25.1",
4+
"version": "3.26.0",
55
"author": "David Middlecamp",
66
"bin": {
77
"particle": "./src/index.js"

0 commit comments

Comments
 (0)