This commit is contained in:
Balena CI 2020-07-16 17:41:39 +03:00 committed by VersionBot
parent b2c680e824
commit 839de65df2
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'Convert `os initialize` to oclif, typescript'
hash: b7c74598b2efec263679bc351cf39284555c3f90
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.1
date: 2020-07-16T14:09:27.209Z
- commits: - commits:
- subject: Update INSTALL.md re new minimum Node.js version of 10.20.0 - subject: Update INSTALL.md re new minimum Node.js version of 10.20.0
hash: 0534ab1cb48985f563de12a5c845921ac7fe78ce hash: 0534ab1cb48985f563de12a5c845921ac7fe78ce

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.1 - 2020-07-16
* Convert `os initialize` to oclif, typescript [Scott Lowe]
## 12.9.0 - 2020-07-15 ## 12.9.0 - 2020-07-15
* Update INSTALL.md re new minimum Node.js version of 10.20.0 [Paulo Castro] * Update INSTALL.md re new minimum Node.js version of 10.20.0 [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.9.0", "version": "12.9.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.9.0", "version": "12.9.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",