diff --git a/CHANGELOG.md b/CHANGELOG.md index 777b15c2..3cbe2934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.22 +## (2019-04-02) + +* (Windows): Use full path to wmic as some systems don't have it in their PATH [Alexis Svinartchouk] + # v1.5.21 ## (2019-04-02) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c5c3f11c..bc2d271c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.21", + "version": "1.5.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bcb88284..f3516749 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.21", + "version": "1.5.22", "packageType": "local", "updates": { "enabled": true,