v11.35.12

This commit is contained in:
Balena CI 2020-05-29 10:03:49 +03:00 committed by VersionBot
parent fd7e7f57eb
commit e4f605d6ac
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'v12 preparations: Add feature switch for ''--nogitignore'''
hash: 1d073af31ae2b2c0eda3850ecf672b86139bee88
body: ''
footer:
Connects-to: '#1770'
connects-to: '#1770'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.35.12
date: 2020-05-29T00:14:50.880Z
- commits:
- subject: 'Convert `tags`, `tag set`, `tag rm` to oclif.'
hash: 979284b0712348bb320fa153ec90a77db65f4883

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.12 - 2020-05-29
* v12 preparations: Add feature switch for '--nogitignore' [Paulo Castro]
## 11.35.11 - 2020-05-28
* Convert `tags`, `tag set`, `tag rm` to oclif. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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