From b7d1aef8b38ed98b55a64a784c73ed2bc17ff23b Mon Sep 17 00:00:00 2001 From: Hugo Montero Date: Wed, 8 May 2024 11:10:17 -0600 Subject: [PATCH] 3.23.1 --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4efcb402..345259a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +# 3.23.1 - May 8 2024 +* Fix assets flashing to accept renamed files + +# 3.23.0 - May 8 2024 +* Add new CLI package structure +* Add `particle update-cli --disable-updates` to disable update checks +* Add `particle update-cli --enable-updates` to enable update checks +* Add `particle update-cli --version` to update to a specific version + # 3.22.0 - Mar 26 2024 * Remove yeoman generator and use the new project structure * Use `serial` to configure wifi devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6510dd942..736d27fc6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "particle-cli", - "version": "3.23.0", + "version": "3.23.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1af8b41d3..b38e1ccec 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.0", + "version": "3.23.1", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"