mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v12.1.1
This commit is contained in:
parent
795057338f
commit
4995e9b642
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user