This commit is contained in:
Balena CI 2020-07-30 17:31:34 +03:00 committed by VersionBot
parent 492b877d02
commit 0eb4e6d770
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'Convert command `build` to typescript, oclif, and refactor'
hash: 09b8cc495c3c4f0292ded6f84e0f525b055dcff3
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.9
date: 2020-07-30T13:56:41.344Z
- commits:
- subject: 'Tests: improve reliability of os/configure.spec.ts'
hash: 5d7d687d6c1a9f9be85b2eb6384ce41bbb1dc0d3

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.9.9 - 2020-07-30
* Convert command `build` to typescript, oclif, and refactor [Scott Lowe]
## 12.9.8 - 2020-07-30
* Tests: improve reliability of os/configure.spec.ts [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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