From adae718c2ec37fc41f2fd00390899aefb1e50953 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 28 Sep 2021 18:07:49 +0300 Subject: [PATCH] v12.50.0 --- .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 e1f73975..1e36dd28 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Add support for releases + hash: a18e182ae425d273b68fdb230a5f308283e8b6f5 + body: '' + footer: + Signed-off-by: Paul Jonathan + signed-off-by: Paul Jonathan + Change-type: minor + change-type: minor + author: Paul Jonathan Zoulin + nested: [] + version: 12.50.0 + date: 2021-09-28T14:32:04.363Z - commits: - subject: 'build, deploy: Improve logging of image build messages' hash: 8bb211e4418981523c9f133e25cfac2043e46328 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c3711b..3e9dfce7 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.50.0 - 2021-09-28 + +* Add support for releases [Paul Jonathan Zoulin] + ## 12.49.0 - 2021-09-23 * build, deploy: Improve logging of image build messages [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8bb54395..1959aae9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.49.0", + "version": "12.50.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 37153af2..538cb033 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.49.0", + "version": "12.50.0", "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-09-23T19:56:39.698Z" + "publishedAt": "2021-09-28T14:32:04.610Z" } }