diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a678ee8..d60f74661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.30.3 - Dec 20 2024 +* Update to latest qdl to flash files larger than 4 GB inside of zip files + # 3.30.2 - Dec 19 2024 * Update to latest qdl to support zip files larger than 4 GB diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 41dd6df2b..1b8108b96 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.30.2", + "version": "3.30.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.30.2", + "version": "3.30.3", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.5.0", diff --git a/package.json b/package.json index 2370803c5..4a0d7efe6 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.2", + "version": "3.30.3", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"