diff --git a/CHANGELOG.md b/CHANGELOG.md index 5330c085b..e34c83c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dca3e0089..9ef1084e2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.28.0", + "version": "3.28.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.28.0", + "version": "3.28.1", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.5.0", diff --git a/package.json b/package.json index 8482bb350..6351726be 100644 --- a/package.json +++ b/package.json @@ -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"