This commit is contained in:
Balena CI 2021-04-10 02:37:53 +03:00 committed by VersionBot
parent ffa181a2c3
commit 83a23d9f30
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'push, logs: Fix parsing of local mode device logs (NDJSON stream)'
hash: d50d18d49216fe423cb7bae58217e80a8f368f2e
body: ''
footer:
Resolves: '#2185'
resolves: '#2185'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.44.8
date: 2021-04-09T23:01:23.105Z
- commits:
- subject: >-
lib/commands/local/configure: Fix local configure when resin-wifi is not

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.8 - 2021-04-09
* push, logs: Fix parsing of local mode device logs (NDJSON stream) [Paulo Castro]
## 12.44.7 - 2021-04-09
* lib/commands/local/configure: Fix local configure when resin-wifi is not available on the image [Marios Balamatsias]

2
npm-shrinkwrap.json generated
View File

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

View File

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