diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c69d654a..da936a71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 3.13.0 - Aug 31 2023 + +* Support asset bundle size limitation + # 3.12.0 - Aug 21 2023 * Add local flash command with support for updating Device OS and flashing assets diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9f5e689e0..59459e801 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.12.0", + "version": "3.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.12.0", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.2.0", diff --git a/package.json b/package.json index e215c3a6e..9112421b5 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.12.0", + "version": "3.13.0", "author": "David Middlecamp", "bin": { "particle": "./src/index.js"