mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.44.8
This commit is contained in:
parent
ffa181a2c3
commit
83a23d9f30
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.7",
|
||||
"version": "12.44.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user