mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v12.9.1
This commit is contained in:
parent
b2c680e824
commit
839de65df2
@ -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:
|
||||
- subject: Update INSTALL.md re new minimum Node.js version of 10.20.0
|
||||
hash: 0534ab1cb48985f563de12a5c845921ac7fe78ce
|
||||
|
@ -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/).
|
||||
|
||||
## 12.9.1 - 2020-07-16
|
||||
|
||||
* Convert `os initialize` to oclif, typescript [Scott Lowe]
|
||||
|
||||
## 12.9.0 - 2020-07-15
|
||||
|
||||
* Update INSTALL.md re new minimum Node.js version of 10.20.0 [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.9.0",
|
||||
"version": "12.9.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.9.0",
|
||||
"version": "12.9.1",
|
||||
"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