mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v17.4.1
This commit is contained in:
parent
167dfeb269
commit
f44fa38113
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user