From e4624eda10b6adf737b99ae102404bc01a7092dc Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:02:24 +0000 Subject: [PATCH] v17.4.2 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a50eb706..05d827dc 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 17.4.2 + title: "" + date: 2023-11-15T11:02:20.523Z - commits: - subject: Bump shrinkwrap hash: a816548bb5832ad907c02a0cb126cbd7d0ebddf5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 27860021..b00813fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 75407d3e..2d4ac358 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index d26f3b7b..7e192022 100644 --- a/package.json +++ b/package.json @@ -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" } }