v11.31.19

This commit is contained in:
Balena CI 2020-04-25 01:10:05 +03:00 committed by VersionBot
parent ffded6736a
commit 8dced8afe2
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/config.coffee to javascript
hash: 1a851f552ede3d37a1ca261da39ad5eae223b3be
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.19
date: 2020-04-24T21:09:29.030Z
- commits: - commits:
- subject: Convert lib/utils/compose.coffee to javascript - subject: Convert lib/utils/compose.coffee to javascript
hash: 560b0abbe7a6966a6ba9094527ff3223cf3514aa hash: 560b0abbe7a6966a6ba9094527ff3223cf3514aa

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.31.19 - 2020-04-24
* Convert lib/actions/config.coffee to javascript [Pagan Gazzard]
## 11.31.18 - 2020-04-24 ## 11.31.18 - 2020-04-24
* Convert lib/utils/compose.coffee to javascript [Pagan Gazzard] * Convert lib/utils/compose.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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