From a2823fd3ec38e2bf553421db22c26685c0cae616 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 12 Oct 2022 18:19:30 +0300 Subject: [PATCH] v14.4.1 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 76848661..00a36152 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "balena os initialize: Clarify that the process includes flashing" + hash: e46902e6839eeb2f59f445aeef94500bd34b8c14 + body: "" + footer: + Change-type: patch + change-type: patch + author: Heath Raftery + nested: [] + version: 14.4.1 + title: "'Add to description that command is device specific'" + date: 2022-10-12T13:55:50.416Z - commits: - subject: "device register: Add support for the `--deviceType` option" hash: 34b4ac2d9f4a759a1e9c1f313bd2e6691f8f8c12 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a440bae..02b57666 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/). +## 14.4.1 - 2022-10-12 + +* balena os initialize: Clarify that the process includes flashing [Heath Raftery] + ## 14.4.0 - 2022-10-12 * device register: Add support for the `--deviceType` option [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d5c05662..cf811259 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.4.0", + "version": "14.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7944494a..fbf9b203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.4.0", + "version": "14.4.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-10-12T12:30:34.614Z" + "publishedAt": "2022-10-12T13:55:51.707Z" } }