This commit is contained in:
Balena CI 2020-07-10 22:17:17 +03:00 committed by VersionBot
parent 1ef13665bc
commit bcc9f9e766
4 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.7.2",
"version": "12.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",