v11.31.18

This commit is contained in:
Balena CI 2020-04-25 00:01:35 +03:00 committed by VersionBot
parent edac54ccfe
commit 68b64016ab
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/utils/compose.coffee to javascript
hash: 560b0abbe7a6966a6ba9094527ff3223cf3514aa
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.18
date: 2020-04-24T20:37:38.920Z
- commits:
- subject: Convert lib/utils/docker-coffee.coffee to javascript
hash: 23f2242e22a09c559bcb8b62ce4e8f5c8ad6e1db

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.18 - 2020-04-24
* Convert lib/utils/compose.coffee to javascript [Pagan Gazzard]
## 11.31.17 - 2020-04-24
* Convert lib/utils/docker-coffee.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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