This commit is contained in:
Balena CI 2020-04-30 19:56:04 +03:00 committed by VersionBot
parent 0f6d160b2e
commit ce01ce73b1
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/index.coffee to typescript
hash: 6d7d1956eae7e38e6387425651a7781db7b2f92e
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.3
date: 2020-04-30T16:07:39.335Z
- commits: - commits:
- subject: Convert lib/utils/deploy.coffee to javascript - subject: Convert lib/utils/deploy.coffee to javascript
hash: 73d6d7b2646220619aa915fca6b0b86ad0924549 hash: 73d6d7b2646220619aa915fca6b0b86ad0924549

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.32.3 - 2020-04-30
* Convert lib/actions/index.coffee to typescript [Pagan Gazzard]
## 11.32.2 - 2020-04-30 ## 11.32.2 - 2020-04-30
* Convert lib/utils/deploy.coffee to javascript [Pagan Gazzard] * Convert lib/utils/deploy.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.32.2", "version": "11.32.3",
"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",