This commit is contained in:
Balena CI 2019-10-14 19:53:05 +03:00
parent 27270dd589
commit 43ae9b672c
4 changed files with 18 additions and 2 deletions

View File

@ -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

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!
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
View File

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

View File

@ -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",