From bf073942f081142211239c0fc542b134c33d0d07 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 2 Jun 2020 19:27:43 +0300 Subject: [PATCH] v11.35.16 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1b153f9a..36bd4f9b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'v12 preparations: Add feature switch for build/deploy `--logs` option' + hash: 626d32819471f0793fdca69cccb008547ffdded0 + body: '' + footer: + Connects-to: '#1770' + connects-to: '#1770' + Change-type: patch + change-type: patch + author: Paulo Castro + version: 11.35.16 + date: 2020-06-02T15:59:17.290Z - commits: - subject: 'v12 preparations: Add feature switch for project directory validation' hash: 2ab8ae1c1056b6d4bd77b74d44f778f854ec5955 diff --git a/CHANGELOG.md b/CHANGELOG.md index 074319ca..b5363413 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/). +## 11.35.16 - 2020-06-02 + +* v12 preparations: Add feature switch for build/deploy `--logs` option [Paulo Castro] + ## 11.35.15 - 2020-05-29 * v12 preparations: Add feature switch for project directory validation [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f8308987..19edb023 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.35.15", + "version": "11.35.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 39398738..79b45a36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.35.15", + "version": "11.35.16", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",