From bd20b9b3305ae018459a16d9f0b3c660bc7dcb99 Mon Sep 17 00:00:00 2001 From: keeramis Date: Sun, 1 Dec 2024 22:31:46 -0800 Subject: [PATCH] 3.30.0 --- 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 a14623322..2bf35b802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 3.30.0 - Dec 1 2024 +* Add manufacturing tool to provision Kigen eSIMs + # 3.29.0 - Oct 17 2024 * Add `particle binary list-assets` and `particle binary strip-assets` diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3ccd13076..0f78f4aa0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.29.0", + "version": "3.30.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.29.0", + "version": "3.30.0", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.5.0", diff --git a/package.json b/package.json index 64cdf12cc..35b28ee2a 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.29.0", + "version": "3.30.0", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"