mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v17.4.2
This commit is contained in:
parent
4173cd82e6
commit
e4624eda10
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: "Docs: Automatically generate Capitano configuration"
|
||||
hash: 4b5def0a8a632a9aed827319c1dcbe6ccf8efc32
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
|
||||
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
|
||||
author: Vipul Gupta (@vipulgupta2048)
|
||||
nested: []
|
||||
version: 17.4.2
|
||||
title: ""
|
||||
date: 2023-11-15T11:02:20.523Z
|
||||
- commits:
|
||||
- subject: Bump shrinkwrap
|
||||
hash: a816548bb5832ad907c02a0cb126cbd7d0ebddf5
|
||||
|
@ -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.2 - 2023-11-15
|
||||
|
||||
* Docs: Automatically generate Capitano configuration [Vipul Gupta (@vipulgupta2048)]
|
||||
|
||||
## 17.4.1 - 2023-11-13
|
||||
|
||||
* Bump shrinkwrap [Otávio Jacobi]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.1",
|
||||
"version": "17.4.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.1",
|
||||
"version": "17.4.2",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.1",
|
||||
"version": "17.4.2",
|
||||
"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-13T19:18:44.799Z"
|
||||
"publishedAt": "2023-11-15T11:02:21.403Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user