This commit is contained in:
Balena CI 2020-07-08 19:12:51 +03:00 committed by VersionBot
parent bf8f41d2b4
commit 6082771aad
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Improve help description for --nocache option of `balena push`
hash: b1ab0337c08c6a0d9773b71fafd0e5fdd2c24981
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
author: Vipul Gupta (@vipulgupta2048)
version: 12.6.3
date: 2020-07-08T15:39:07.730Z
- commits: - commits:
- subject: Remove rindle dependency - subject: Remove rindle dependency
hash: 11afbf3da27f79552661273dfc5c51d5e3cda45d hash: 11afbf3da27f79552661273dfc5c51d5e3cda45d

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.3 - 2020-07-08
* Improve help description for --nocache option of `balena push` [Vipul Gupta (@vipulgupta2048)]
## 12.6.2 - 2020-07-08 ## 12.6.2 - 2020-07-08
* Remove rindle dependency [Pagan Gazzard] * Remove rindle dependency [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.6.2", "version": "12.6.3",
"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.2", "version": "12.6.3",
"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",