mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v13.7.0
This commit is contained in:
parent
be7c0dc897
commit
f6d668684a
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Add `--view` flag to `fleet` command for opening a fleet's dashboard page
|
||||
hash: 566b7f97e07787a809d8dd4f52a63870e9b176ee
|
||||
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.7.0
|
||||
title: "'Add flag to command for opening a fleet's dashboard page'"
|
||||
date: 2022-07-07T07:29:36.469Z
|
||||
- commits:
|
||||
- subject: Update balena-sdk to use the native OS release phase & variant fields
|
||||
hash: 6a8dfcc664708ad3f81ebdb4e6f03db60cd66b09
|
||||
|
@ -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.7.0 - 2022-07-07
|
||||
|
||||
* Add `--view` flag to `fleet` command for opening a fleet's dashboard page [Matthew Yarmolinsky]
|
||||
|
||||
## 13.6.1 - 2022-06-09
|
||||
|
||||
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.6.1",
|
||||
"version": "13.7.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.6.1",
|
||||
"version": "13.7.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -288,6 +288,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-06-09T23:07:44.780Z"
|
||||
"publishedAt": "2022-07-07T07:29:37.147Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user