diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f0d03118..d3d916f4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Fix env var for standalone executable tests in package.json + hash: da6c048a3b4ed7146594d3792ac016e9d476216d + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.7.3 + date: 2020-07-10T18:12:47.518Z - commits: - subject: Convert `local flash` to oclif hash: 7ebc94c1e567f87bd4d64057a611ebf85d58f874 diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1496f6..97ed5c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 12.7.3 - 2020-07-10 + +* Fix env var for standalone executable tests in package.json [Paulo Castro] + ## 12.7.2 - 2020-07-10 * Convert `local flash` to oclif [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fc2c54df..5565bced 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.7.2", + "version": "12.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 95243c51..23fdfa1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.7.2", + "version": "12.7.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",