mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v17.4.0
This commit is contained in:
parent
8bfafe8ecc
commit
94001efc81
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user