diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d0269eef..56689dce 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ae2005..28ce8b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 13dd3c49..3c9719d8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.7", + "version": "12.44.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d28d367d..15cb4cbe 100644 --- a/package.json +++ b/package.json @@ -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",