mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
v12.44.7
This commit is contained in:
parent
c1244c0c98
commit
0b0fb94834
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.6",
|
||||
"version": "12.44.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user