mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v11.35.13
This commit is contained in:
parent
d82b019480
commit
d7213e868f
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.12",
|
||||
"version": "11.35.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user