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