Skip to content

Commit

Permalink
3.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-abbeduto-particle committed Oct 10, 2024
1 parent b1616ae commit 492a2e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

# 3.28.1 - Oct 10 2024
* Update message for when you aren't logged in for some cloud commands

# 3.28.0 - Oct 9 2024
* Remove the `particle token list` command
* Remove basic auth requirement from `particle token revoke` command
* Enforce current token deletion on `particle logout`
* Expose hidden `--org` flag for `particle logic-function` commands
* Update binary inspect to include UUID (app hash) in output
* Remove internal usage of access_token query params in favor of `Authorization` header

# 3.27.1 - Sep 11 2024
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "particle-cli",
"description": "Simple Node commandline application for working with your Particle devices and using the Particle Cloud",
"version": "3.28.0",
"version": "3.28.1",
"author": "David Middlecamp",
"bin": {
"particle": "./src/index.js"
Expand Down

0 comments on commit 492a2e1

Please sign in to comment.