mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.7.3
This commit is contained in:
parent
1ef13665bc
commit
bcc9f9e766
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.7.2",
|
||||
"version": "12.7.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user