This commit is contained in:
Balena CI 2020-06-18 22:35:22 +03:00 committed by VersionBot
parent 795057338f
commit 4995e9b642
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Convert device commands to oclif
hash: ab673f884ad14a64a434ea5032b02b79730bf615
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 12.1.1
date: 2020-06-18T12:19:52.268Z
- commits: - commits:
- subject: >- - subject: >-
Add --gitignore (-g) option to push/build/deploy commands for v11 Add --gitignore (-g) option to push/build/deploy commands for v11

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.1.1 - 2020-06-18
* Convert device commands to oclif [Scott Lowe]
## 12.1.0 - 2020-06-17 ## 12.1.0 - 2020-06-17
* Add --gitignore (-g) option to push/build/deploy commands for v11 compatibility [Paulo Castro] * Add --gitignore (-g) option to push/build/deploy commands for v11 compatibility [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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