v11.31.16

This commit is contained in:
Balena CI 2020-04-24 17:14:18 +03:00
parent 36446ff488
commit f8612fd748
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/os.coffee to javascript
hash: a5ce0436c75efa19fa7211b770961ecc3a3690ed
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.16
date: 2020-04-24T12:41:58.941Z
- commits:
- subject: Convert lib/utils/qemu.coffee to javascript
hash: 9f59b6dde552b57fd2993b6535f0559804657c6a

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/).
## 11.31.16 - 2020-04-24
* Convert lib/actions/os.coffee to javascript [Pagan Gazzard]
## 11.31.15 - 2020-04-24
* Convert lib/utils/qemu.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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