This commit is contained in:
Balena CI 2020-04-30 21:33:54 +03:00 committed by VersionBot
parent 6f51807e8c
commit d5d0486c3f
4 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Convert gulpfile.coffee to javascript
hash: ab526c9ed825e2b4a44a8280dc6f4bda1a023c0a
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert lib/app-capitano.coffee to javascript
hash: 14c5b27cdd5fe9884ccd7f35bf83098ff43d7e1d
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.4
date: 2020-04-30T18:06:08.971Z
- commits:
- subject: Convert lib/actions/index.coffee to typescript
hash: 6d7d1956eae7e38e6387425651a7781db7b2f92e

View File

@ -4,6 +4,11 @@ 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.32.4 - 2020-04-30
* Convert gulpfile.coffee to javascript [Pagan Gazzard]
* Convert lib/app-capitano.coffee to javascript [Pagan Gazzard]
## 11.32.3 - 2020-04-30
* Convert lib/actions/index.coffee to typescript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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