From c33409adb0ac6c43a1d0b0cb6072dfd0be88abbd Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 7 Oct 2020 19:28:54 +0300 Subject: [PATCH] v12.24.1 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 75be811c..7e233b33 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'login: sign up at the configured balena instance' + hash: af70f16a9b8de7150bcdd8d76a89f72c59614526 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Matthew McGinn + signed-off-by: Matthew McGinn + author: Matthew McGinn + nested: [] + version: 12.24.1 + date: 2020-10-07T13:28:42.250Z - commits: - subject: 'scan: Add ''--json'' option to help with scripting' hash: 8a506bc4c01e2082073b7858ab79874e707cf59d diff --git a/CHANGELOG.md b/CHANGELOG.md index cb33029d..6e950d19 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.24.1 - 2020-10-07 + +* login: sign up at the configured balena instance [Matthew McGinn] + ## 12.24.0 - 2020-10-06 * scan: Add '--json' option to help with scripting [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 03bddb3a..80ffda61 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.24.0", + "version": "12.24.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65e4f393..7628baa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.24.0", + "version": "12.24.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",