mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-25 22:00:30 +00:00
v11.16.1
This commit is contained in:
parent
f329acc2ec
commit
09444f0cff
@ -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:
|
- commits:
|
||||||
- subject: Add support for private device types
|
- subject: Add support for private device types
|
||||||
hash: 1f4382bea81e55742c47c5db63c6e48d9c86b7e3
|
hash: 1f4382bea81e55742c47c5db63c6e48d9c86b7e3
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 11.16.1 - 2019-10-17
|
||||||
|
|
||||||
|
* Fix shrinkwrap unwanted changes from older npm version [Thodoris Greasidis]
|
||||||
|
|
||||||
## 11.16.0 - 2019-10-16
|
## 11.16.0 - 2019-10-16
|
||||||
|
|
||||||
* Add support for private device types [Thodoris Greasidis]
|
* Add support for private device types [Thodoris Greasidis]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.16.0",
|
"version": "11.16.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.16.0",
|
"version": "11.16.1",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user