This commit is contained in:
Balena CI 2022-07-20 12:25:47 +00:00 committed by VersionBot
parent 2664f4e7fb
commit 264cd94be5
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Add `--view` flag to `device` command for opening a device's dashboard
page
hash: 1fe0480a8a95d9d62492a0552cea7131fa520da1
body: ""
footer:
Change-type: minor
change-type: minor
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
version: 13.10.0
title: "'Add flag to command for opening a device's dashboard page'"
date: 2022-07-20T11:54:31.568Z
- commits:
- subject: Switch to balena-compose
hash: c7f56d92ddded57f1197edecf7e8e8d5f985e88e

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/).
## 13.10.0 - 2022-07-20
* Add `--view` flag to `device` command for opening a device's dashboard page [Matthew Yarmolinsky]
## 13.9.0 - 2022-07-19
* Switch to balena-compose [Akis Kesoglou]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.9.0",
"version": "13.10.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-07-19T08:31:09.222Z"
"publishedAt": "2022-07-20T11:54:32.080Z"
}
}