This commit is contained in:
Balena CI 2019-10-17 14:23:47 +03:00
parent f329acc2ec
commit 09444f0cff
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix shrinkwrap unwanted changes from older npm version
hash: ee3a0cc630c0112d2cccb0c72b836f5b2d6327fb
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.16.1
date: 2019-10-17T11:01:35.826Z
- commits:
- subject: Add support for private device types
hash: 1f4382bea81e55742c47c5db63c6e48d9c86b7e3

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.16.1 - 2019-10-17
* Fix shrinkwrap unwanted changes from older npm version [Thodoris Greasidis]
## 11.16.0 - 2019-10-16
* Add support for private device types [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.16.0",
"version": "11.16.1",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",