v11.35.17

This commit is contained in:
Balena CI 2020-06-02 23:04:51 +03:00 committed by VersionBot
parent 3e97669b3c
commit f455602c73
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Convert 'balena device public-url' commands to oclif
hash: 728c4f4296f10c838781e74245658a6e391aaba1
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.35.17
date: 2020-06-02T19:41:52.638Z
- commits:
- subject: 'v12 preparations: Add feature switch for build/deploy `--logs` option'
hash: 626d32819471f0793fdca69cccb008547ffdded0

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.35.17 - 2020-06-02
* Convert 'balena device public-url' commands to oclif [Scott Lowe]
## 11.35.16 - 2020-06-02
* v12 preparations: Add feature switch for build/deploy `--logs` option [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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