mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v13.7.1
This commit is contained in:
parent
cc6a8ef76e
commit
a92f58134f
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: "os download: Fix resolving to draft releases"
|
||||
hash: 88f4a3d88e6303ef59ae632c9f8c5cfd08e9e96e
|
||||
body: ""
|
||||
footer:
|
||||
Resolves: "#2462"
|
||||
resolves: "#2462"
|
||||
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
|
||||
nested: []
|
||||
version: 13.7.1
|
||||
title: "'os download: Fix resolving to draft releases'"
|
||||
date: 2022-07-13T07:18:15.733Z
|
||||
- commits:
|
||||
- subject: Add `--view` flag to `fleet` command for opening a fleet's dashboard page
|
||||
hash: 566b7f97e07787a809d8dd4f52a63870e9b176ee
|
||||
|
@ -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.1 - 2022-07-13
|
||||
|
||||
* os download: Fix resolving to draft releases [Thodoris Greasidis]
|
||||
|
||||
## 13.7.0 - 2022-07-07
|
||||
|
||||
* Add `--view` flag to `fleet` command for opening a fleet's dashboard page [Matthew Yarmolinsky]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.7.0",
|
||||
"version": "13.7.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.7.0",
|
||||
"version": "13.7.1",
|
||||
"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-07-07T07:29:37.147Z"
|
||||
"publishedAt": "2022-07-13T07:18:16.327Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user