From 120c82d657b95dfa2c0c351b263ed8eaaad956a9 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 7 Aug 2020 18:13:27 +0300 Subject: [PATCH] v12.13.0 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index adfa7727..f2f86d2c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'devices: Add ''--json'' option to help with scripting' + hash: 62dfae371c31b1267d5f517226f5f117d5a6986e + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + nested: [] + version: 12.13.0 + date: 2020-08-07T14:32:11.498Z - commits: - subject: 'Tests: add verification of ''pkg'' warnings against saved output' hash: 94f3825119e6b0d9324caeb4fad331f4a9aca6d9 diff --git a/CHANGELOG.md b/CHANGELOG.md index bffc4fc5..e9ea360d 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.13.0 - 2020-08-07 + +* devices: Add '--json' option to help with scripting [Paulo Castro] + ## 12.12.2 - 2020-08-07 * Tests: add verification of 'pkg' warnings against saved output [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f28ff6e0..38f23503 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.12.2", + "version": "12.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a740cdf6..62ba740c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.12.2", + "version": "12.13.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",