From 96cf7beae446b8464c33c1ee39e1fe10116b2acf Mon Sep 17 00:00:00 2001 From: keeramis Date: Mon, 13 Jan 2025 10:46:58 -0800 Subject: [PATCH] 3.34.0 --- CHANGELOG.md | 5 ++++- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36391057b..d0a6fcff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -# 3.32.0 - Dec 18 2024 +# 3.34.0 - Jan 13 2024 +* Support eSIM provisioning on Tachyon + +# 3.33.0 - Dec 18 2024 * Add manufacturing tool to provision Kigen eSIMs + fixes # 3.32.0 - Dec 18 2024 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4aee93e71..26a74d788 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.33.0", + "version": "3.34.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.33.0", + "version": "3.34.0", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.7.0", diff --git a/package.json b/package.json index 1aa97bcfb..370da62ad 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.33.0", + "version": "3.34.0", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"