diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3cb798c..9808b01b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 2.15.0 - 16 September 2021 + +* Updated binaries for DeviceOS 2.2.0 + ## 2.14.0 - 13 July 2021 * Added first-time flash notice to inform users of potential latency related to [Safe Mode Healer](https://docs.particle.io/tutorials/device-os/device-os/#safe-mode-healer) ([PR #613](https://github.com/particle-iot/particle-cli/pull/613)) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bbdd2f4f4..9be928ef0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "particle-cli", - "version": "2.14.0", + "version": "2.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb08d7245..766bbc42f 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": "2.14.0", + "version": "2.15.0", "author": "David Middlecamp", "bin": { "particle": "./dist/index.js"