This commit is contained in:
Balena CI 2022-08-02 02:07:46 +04:00 committed by VersionBot
parent 5f3cf75c1a
commit 26aae0afab
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Fix balena deploy missing dependency error
hash: 73c487c2f5e67c92cd378c348405ad0d541aa6c8
body: ""
footer:
Resolves: "#2515"
resolves: "#2515"
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.10.1
title: "'Fix balena deploy missing dependency error'"
date: 2022-08-01T16:39:16.790Z
- commits:
- subject: Add `--view` flag to `device` command for opening a device's dashboard
page

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.1 - 2022-08-01
* Fix balena deploy missing dependency error [Thodoris Greasidis]
## 13.10.0 - 2022-07-20
* Add `--view` flag to `device` command for opening a device's dashboard page [Matthew Yarmolinsky]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.10.0",
"version": "13.10.1",
"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-20T11:54:32.080Z"
"publishedAt": "2022-08-01T16:39:17.325Z"
}
}