v11.31.20

This commit is contained in:
Balena CI 2020-04-25 02:19:34 +03:00 committed by VersionBot
parent bc601d07e3
commit 0db8c85fc8
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/preload.coffee to javascript
hash: e1a91035ae219617a70226b0336458fb324652cc
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.20
date: 2020-04-24T22:47:28.474Z
- commits:
- subject: Convert lib/actions/config.coffee to javascript
hash: 1a851f552ede3d37a1ca261da39ad5eae223b3be

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.20 - 2020-04-24
* Convert lib/actions/preload.coffee to javascript [Pagan Gazzard]
## 11.31.19 - 2020-04-24
* Convert lib/actions/config.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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