This commit is contained in:
Balena CI 2021-04-14 04:06:00 +03:00 committed by VersionBot
parent f6e6d9ce8b
commit 3d3e91d49d
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: 'config inject/read/write: Fix umount errors with OS image files'
hash: 0f9d78ab50aeb10222332dfc60352ffd62872602
body: ''
footer:
Resolves: '#1003'
resolves: '#1003'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Refactor dependency import in utils/helpers.ts for performance
hash: 06f76838370fae7a2e9faf99d1698c9bf75d0d15
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.44.9
date: 2021-04-13T22:33:44.552Z
- commits:
- subject: 'push, logs: Fix parsing of local mode device logs (NDJSON stream)'
hash: d50d18d49216fe423cb7bae58217e80a8f368f2e

View File

@ -4,6 +4,11 @@ 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.9 - 2021-04-13
* config inject/read/write: Fix umount errors with OS image files [Paulo Castro]
* Refactor dependency import in utils/helpers.ts for performance [Paulo Castro]
## 12.44.8 - 2021-04-09
* push, logs: Fix parsing of local mode device logs (NDJSON stream) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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