diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa841e33..5e4f88178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.30.2 - Dec 1 2024 +* Add manufacturing tool to provision Kigen eSIMs + minor fix to e2e tests + # 3.30.1 - Dec 1 2024 * Add manufacturing tool to provision Kigen eSIMs + minor fix to e2e tests diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8d7cd4d4f..1578cf589 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.30.1", + "version": "3.30.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.30.1", + "version": "3.30.2", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.5.0", diff --git a/package.json b/package.json index 054c6ceae..77a61c65c 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.1", + "version": "3.30.2", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"