mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 19:34:13 +00:00
v11.14.4
This commit is contained in:
parent
27270dd589
commit
43ae9b672c
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Support container contracts when pushing to local devices
|
||||
hash: 0c5ed7adfb6b915ebd4e79ac96fb2c8ddab851c3
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 11.14.4
|
||||
date: 2019-10-14T16:21:38.984Z
|
||||
- commits:
|
||||
- subject: Update/improve npm install instructions for Windows
|
||||
hash: a8fcd85f1a3ab185d6a8d3d7e3c086fcb464e6cc
|
||||
|
@ -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/).
|
||||
|
||||
## 11.14.4 - 2019-10-14
|
||||
|
||||
* Support container contracts when pushing to local devices [Cameron Diver]
|
||||
|
||||
## 11.14.3 - 2019-10-14
|
||||
|
||||
* Update/improve npm install instructions for Windows [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.14.3",
|
||||
"version": "11.14.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.14.3",
|
||||
"version": "11.14.4",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user