This commit is contained in:
Balena CI 2019-10-16 23:33:34 +03:00
parent 43f551dd2e
commit b40498786a
4 changed files with 28 additions and 2 deletions

View File

@ -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 <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.15.0",
"version": "11.16.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",