mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-25 05:19:52 +00:00
v12.6.2
This commit is contained in:
parent
3b56b7b324
commit
a27536045d
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user