diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a91a0f36..fb9a348c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.23.4 - May 10 2024 +* Fix unix installer to stop update check when installing specific version + # 3.23.3 - May 8 2024 * Fix update-cli command to find the current executable path to update diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1bf13e517..59ef86882 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.23.3", + "version": "3.23.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.23.3", + "version": "3.23.4", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.3.0", diff --git a/package.json b/package.json index 27f9c5e26..9be01a89c 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.23.3", + "version": "3.23.4", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"