This commit is contained in:
Balena CI 2020-07-28 19:08:34 +03:00 committed by VersionBot
parent 4e37ce14c6
commit 401c116820
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'Convert `os build-config` to oclif, typescript'
hash: 3fc25cd745f3fe15daacf4eca8dcf180a80b2dfc
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.4
date: 2020-07-28T15:35:47.988Z
- commits:
- subject: >-
Update net-keepalive to v1.3.3, reclaiming ~200MB disk space (npm

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.4 - 2020-07-28
* Convert `os build-config` to oclif, typescript [Scott Lowe]
## 12.9.3 - 2020-07-28
* Update net-keepalive to v1.3.3, reclaiming ~200MB disk space (npm install) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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