From 79d24e5097b640834a9d6457cb8b966d60a4b6ec Mon Sep 17 00:00:00 2001 From: Hugo Montero Date: Thu, 9 May 2024 13:26:57 -0600 Subject: [PATCH] 3.23.2 --- 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 345259a69..d6e4b698e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.23.2 - May 8 2024 +* Fix serial identify: show again IMEI and ICCID for all DVOS versions + # 3.23.1 - May 8 2024 * Fix assets flashing to accept renamed files diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bb64a1929..b0789e24f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.23.1", + "version": "3.23.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.23.1", + "version": "3.23.2", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.3.0", diff --git a/package.json b/package.json index ec786ca93..603bbe89a 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.1", + "version": "3.23.2", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"