This commit is contained in:
flowzone-app[bot] 2023-11-10 16:28:02 +00:00 committed by GitHub
parent 8bfafe8ecc
commit 94001efc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: "device: Add `--json` option for JSON output"
hash: d78045b6ab0c78a1383fd240bf0f9e11b1af777f
body: ""
footer:
change-type: minor
author: Brian Bugh
nested: []
version: 17.4.0
title: ""
date: 2023-11-10T16:27:56.520Z
- commits:
- subject: Update @balena/compose to 3.0.5
hash: 1b615e4690f40fce125ca1a5de53d83a519bc852

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/).
## 17.4.0 - 2023-11-10
* device: Add `--json` option for JSON output [Brian Bugh]
## 17.3.2 - 2023-11-10

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.3.2",
"version": "17.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.3.2",
"version": "17.4.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.3.2",
"version": "17.4.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -282,6 +282,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-11-10T11:02:55.619Z"
"publishedAt": "2023-11-10T16:27:57.749Z"
}
}