v11.35.13

This commit is contained in:
Balena CI 2020-05-29 18:33:19 +03:00 committed by VersionBot
parent d82b019480
commit d7213e868f
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'v12 preparations: Add feature switch to remove id from ''tags'' output'
hash: 1693bd91c0bf135591dbbb7a84126796e990cd38
body: ''
footer:
Change-type: patch
change-type: patch
Connects-to: '#1770'
connects-to: '#1770'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.35.13
date: 2020-05-29T15:12:37.502Z
- commits:
- subject: 'v12 preparations: Add feature switch for ''--nogitignore'''
hash: 1d073af31ae2b2c0eda3850ecf672b86139bee88

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.35.13 - 2020-05-29
* v12 preparations: Add feature switch to remove id from 'tags' output [Scott Lowe]
## 11.35.12 - 2020-05-29
* v12 preparations: Add feature switch for '--nogitignore' [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.35.12",
"version": "11.35.13",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",