This commit is contained in:
flowzone-app[bot] 2023-11-13 19:18:47 +00:00 committed by GitHub
parent 167dfeb269
commit f44fa38113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Bump shrinkwrap
hash: a816548bb5832ad907c02a0cb126cbd7d0ebddf5
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 17.4.1
title: ""
date: 2023-11-13T19:18:43.914Z
- commits:
- subject: "device: Add `--json` option for JSON output"
hash: d78045b6ab0c78a1383fd240bf0f9e11b1af777f

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.1 - 2023-11-13
* Bump shrinkwrap [Otávio Jacobi]
## 17.4.0 - 2023-11-10
* device: Add `--json` option for JSON output [Brian Bugh]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.4.0",
"version": "17.4.1",
"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-10T16:27:57.749Z"
"publishedAt": "2023-11-13T19:18:44.799Z"
}
}