This commit is contained in:
Balena CI 2020-07-29 16:10:35 +03:00 committed by VersionBot
parent 2c24d80492
commit 5b39878d54
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Convert command `push` to oclif
hash: 0f058a444139df541597dca741b0665ffb9bdbea
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
nested: []
version: 12.9.7
date: 2020-07-29T12:39:16.600Z
- commits: - commits:
- subject: 'Convert `config` commands to typescript, oclif' - subject: 'Convert `config` commands to typescript, oclif'
hash: 56cc70cd50c6c5ee6f98e1213c6327c6aecebf1e hash: 56cc70cd50c6c5ee6f98e1213c6327c6aecebf1e

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.9.7 - 2020-07-29
* Convert command `push` to oclif [Scott Lowe]
## 12.9.6 - 2020-07-29 ## 12.9.6 - 2020-07-29
* Convert `config` commands to typescript, oclif [Scott Lowe] * Convert `config` commands to typescript, oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.9.6", "version": "12.9.7",
"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",