diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b8846e8..43f4fb082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.32.7 - Feb 28 2025 +* Fix login and product selection during Tachyon setup + # 3.32.6 - Feb 25 2025 * Allow provisioning esim even with existing profiles * Add timezone during setup diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8c5672054..416afeb45 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.32.6", + "version": "3.32.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.32.6", + "version": "3.32.7", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.8.0", diff --git a/package.json b/package.json index 91082a7d3..d12794546 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.32.6", + "version": "3.32.7", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"