From 08c31dfb78a428946f7d6f70d1067ad778118168 Mon Sep 17 00:00:00 2001 From: Julien Vanier Date: Thu, 19 Dec 2024 10:08:09 -0500 Subject: [PATCH] 3.30.1 --- 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 baff2a056..864bda4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.30.1 - Dec 19 2024 +* Update to latest unzipper to support zip files larger than 2 GB + # 3.30.0 - Dec 18 2024 * Add support for flashing Tachyon diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6526912c4..a97f0c013 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.30.0", + "version": "3.30.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.30.0", + "version": "3.30.1", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.5.0", diff --git a/package.json b/package.json index aea675c6a..4039bb162 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.30.0", + "version": "3.30.1", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"