This commit is contained in:
Balena CI 2020-07-08 17:59:12 +03:00 committed by VersionBot
parent 3b56b7b324
commit a27536045d
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Remove rindle dependency
hash: 11afbf3da27f79552661273dfc5c51d5e3cda45d
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.6.2
date: 2020-07-08T14:31:28.098Z
- commits: - commits:
- subject: 'preload: Expand dockerd stderr logs in case of errors' - subject: 'preload: Expand dockerd stderr logs in case of errors'
hash: 3d7833a64041e417724fe6a041e84d06526839d0 hash: 3d7833a64041e417724fe6a041e84d06526839d0

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.6.2 - 2020-07-08
* Remove rindle dependency [Pagan Gazzard]
## 12.6.1 - 2020-07-08 ## 12.6.1 - 2020-07-08
* preload: Expand dockerd stderr logs in case of errors [Paulo Castro] * preload: Expand dockerd stderr logs in case of errors [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.6.1", "version": "12.6.2",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",