mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.6.3
This commit is contained in:
parent
bf8f41d2b4
commit
6082771aad
@ -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:
|
||||
- subject: Remove rindle dependency
|
||||
hash: 11afbf3da27f79552661273dfc5c51d5e3cda45d
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* Remove rindle dependency [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.6.2",
|
||||
"version": "12.6.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.6.2",
|
||||
"version": "12.6.3",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user