diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ca6c2ae..6fbcc9e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.24.5 - Aug 26 2024 +* Staging version for testing Device Protection feature + # 3.25.1 - Jul 18 2024 * Fix open url action on windows for `particle login --sso` command diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e26b27ad9..fe899b87e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.24.4", + "version": "3.24.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.24.4", + "version": "3.24.5", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.4.0", diff --git a/package.json b/package.json index ffccfa243..29d463fbd 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.24.4", + "version": "3.24.5", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"