From 523c0af0fb99335179f9da8ef51a7e2657e7d5e6 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 6 Sep 2022 08:49:41 -0400 Subject: [PATCH] v14.3.1 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8f07d2b8..11f1d191 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Add unified OS versions in the examples of the device & os commands + hash: a117dc0382c7644b23b00940229e0794d7249b59 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 14.3.1 + title: "'Add unified OS versions in the examples of the device & os commands'" + date: 2022-09-06T10:29:09.912Z - commits: - subject: "release: Add `validate` command for validating releases" hash: 934c3ddf3886f0456be7c17bc3e131a2a06c60b1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7440e340..0e49e932 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.3.1 - 2022-09-06 + +* Add unified OS versions in the examples of the device & os commands [Thodoris Greasidis] + ## 14.3.0 - 2022-08-17 * release: Add `validate` command for validating releases [Matthew Yarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a782c70f..944abee7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.3.0", + "version": "14.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44f5f8da..6a67f3ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.3.0", + "version": "14.3.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-08-17T11:37:13.226Z" + "publishedAt": "2022-09-06T10:29:10.499Z" } }