This commit is contained in:
Balena CI 2020-04-30 18:56:15 +03:00 committed by VersionBot
parent eb5cfecfaf
commit 692eddf43f
4 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Convert lib/utils/deploy.coffee to javascript
hash: 73d6d7b2646220619aa915fca6b0b86ad0924549
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert lib/actions/build.coffee to javascript
hash: 4d8cd1cc461600a918b128262867a4b3e8aedd08
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.2
date: 2020-04-30T15:16:34.968Z
- commits:
- subject: Only notify of an update if the new version is actually newer
hash: 4ae91ef846fc81e29e5bca27dcd6902cf122cda1

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.2 - 2020-04-30
* Convert lib/utils/deploy.coffee to javascript [Pagan Gazzard]
* Convert lib/actions/build.coffee to javascript [Pagan Gazzard]
## 11.32.1 - 2020-04-30
* Only notify of an update if the new version is actually newer [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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