From d827005154bd3a401014ac83839f4da1f708a8e1 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 8 Dec 2021 14:05:10 +0200 Subject: [PATCH] v12.55.2 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 94da0f34..5feefaf5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'v13 preparations: Standardize command data output' + hash: f3fb9b6bdffa1bf65c90f8061bf83663a5ad7b85 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.55.2 + date: 2021-12-08T11:22:59.156Z - commits: - subject: 'chore: Bump multicast-dns to rebased commit' hash: fdc0d08e963daf9bccdf8150962c365ff4ab32e3 diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f26445..50d2e19f 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/). +## 12.55.2 - 2021-12-08 + +* v13 preparations: Standardize command data output [Scott Lowe] + ## 12.55.1 - 2021-11-30 * chore: Bump multicast-dns to rebased commit [Kyle Harding] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b7cb3563..7d4468ba 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.55.1", + "version": "12.55.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e576e92..3a2a1a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.55.1", + "version": "12.55.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -290,6 +290,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-11-30T16:10:20.674Z" + "publishedAt": "2021-12-08T11:22:59.431Z" } }