This commit is contained in:
Balena CI 2021-04-09 22:00:07 +03:00 committed by VersionBot
parent c1244c0c98
commit 0b0fb94834
4 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: >-
lib/commands/local/configure: Fix local configure when resin-wifi is not
available on the image
hash: 213e54feb1c2f1df1a53551cf9079bdc51a49b5b
body: ''
footer:
Resolves: '#2239'
resolves: '#2239'
Change-type: patch
change-type: patch
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
author: Marios Balamatsias
nested: []
version: 12.44.7
date: 2021-04-09T18:34:00.866Z
- commits:
- subject: Direct missing release installs to npm install method
hash: 91fd515266785012e5797c20edb3360e3d30334b

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.44.7 - 2021-04-09
* lib/commands/local/configure: Fix local configure when resin-wifi is not available on the image [Marios Balamatsias]
## 12.44.6 - 2021-04-07
* Direct missing release installs to npm install method [Miguel Casqueira]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.6",
"version": "12.44.7",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",