From 52fd8afb77b2a8206bd46ee04f3c5b746a52ec9f Mon Sep 17 00:00:00 2001 From: keeramis Date: Thu, 29 Jun 2023 20:48:08 +0530 Subject: [PATCH] 3.11.3 --- CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ad590c3..d7efa2c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.11.3 - Jun 29 2023 + +* Rework particle bundle command to read project.propertie file + ## 3.11.2 - Jun 23 2023 * Add support for project properties to bundle assets diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9b11ae234..205f6bff6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.11.2", + "version": "3.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.11.2", + "version": "3.11.3", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.1.9", diff --git a/package.json b/package.json index dbfb7b8c4..040ddcee2 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.11.2", + "version": "3.11.3", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"