Skip to content

Commit 492a2e1

Browse files
3.28.1
1 parent b1616ae commit 492a2e1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
# 3.28.1 - Oct 10 2024
4+
* Update message for when you aren't logged in for some cloud commands
5+
36
# 3.28.0 - Oct 9 2024
47
* Remove the `particle token list` command
58
* Remove basic auth requirement from `particle token revoke` command
69
* Enforce current token deletion on `particle logout`
710
* Expose hidden `--org` flag for `particle logic-function` commands
11+
* Update binary inspect to include UUID (app hash) in output
812
* Remove internal usage of access_token query params in favor of `Authorization` header
913

1014
# 3.27.1 - Sep 11 2024

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.28.0",
4+
"version": "3.28.1",
55
"author": "David Middlecamp",
66
"bin": {
77
"particle": "./src/index.js"

0 commit comments

Comments
 (0)