From b40498786a6286c74bc19586e47d0d0425c0e8bc Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 16 Oct 2019 23:33:34 +0300 Subject: [PATCH] v11.16.0 --- .versionbot/CHANGELOG.yml | 22 ++++++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7d80efed..0a7a4e8a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: Add support for private device types + hash: 1f4382bea81e55742c47c5db63c6e48d9c86b7e3 + body: '' + footer: + Resolves: '#1471' + resolves: '#1471' + Depends-on: 'https://github.com/balena-io-modules/balena-config-json/pull/15' + depends-on: 'https://github.com/balena-io-modules/balena-config-json/pull/15' + HQ: 'https://github.com/balena-io/balena/pull/1740' + hq: 'https://github.com/balena-io/balena/pull/1740' + See: >- + https://www.flowdock.com/app/rulemotion/resin-frontend/threads/FNuwNgrDfJGRcsoJI7yJV-bx5DD + see: >- + https://www.flowdock.com/app/rulemotion/resin-frontend/threads/FNuwNgrDfJGRcsoJI7yJV-bx5DD + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: 11.16.0 + date: 2019-10-16T13:29:18.621Z - commits: - subject: Support managing tags using release commit hashes hash: 1b943bdf7dacff9be7c202fce08fc95ae59dab7b diff --git a/CHANGELOG.md b/CHANGELOG.md index 954b5950..c35c9277 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.16.0 - 2019-10-16 + +* Add support for private device types [Thodoris Greasidis] + ## 11.15.0 - 2019-10-16 * Support managing tags using release commit hashes [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 80b60488..7a64c8ba 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.15.0", + "version": "11.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7fff59d0..d483302e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.15.0", + "version": "11.16.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",