From fd0f3265c51f91ecdd5ca460810323cecb9e276d Mon Sep 17 00:00:00 2001 From: Hugo Montero Date: Thu, 9 May 2024 15:12:12 -0600 Subject: [PATCH] 3.23.3 --- CHANGELOG.md | 3 +++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e4b698e..1a91a0f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.23.3 - May 8 2024 +* Fix update-cli command to find the current executable path to update + # 3.23.2 - May 8 2024 * Fix serial identify: show again IMEI and ICCID for all DVOS versions diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b0789e24f..1bf13e517 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.23.2", + "version": "3.23.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.23.2", + "version": "3.23.3", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.3.0", diff --git a/package.json b/package.json index 603bbe89a..27f9c5e26 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.2", + "version": "3.23.3", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"