From 052c95ba315d070428c72ab4c694d6de6bdc4a23 Mon Sep 17 00:00:00 2001 From: keeramis Date: Fri, 23 Jun 2023 03:37:05 +0530 Subject: [PATCH] 3.11.2 --- 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 b69e09574..b2ad590c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.11.2 - Jun 23 2023 + +* Add support for project properties to bundle assets + ## 3.11.1 - Jun 13 2023 * Rework functionality of particle.include and particle.ignore files diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2bb2f75b0..9b11ae234 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.11.1", + "version": "3.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.11.1", + "version": "3.11.2", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.1.9", diff --git a/package.json b/package.json index 8cd30ec89..dbfb7b8c4 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.1", + "version": "3.11.2", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"