This commit is contained in:
Balena CI 2020-04-30 16:49:46 +03:00 committed by VersionBot
parent 8ac65c3800
commit dbe9a727d5
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Only notify of an update if the new version is actually newer
hash: 4ae91ef846fc81e29e5bca27dcd6902cf122cda1
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.1
date: 2020-04-30T12:58:06.826Z
- commits:
- subject: Integrate livepush v3 and live directives
hash: d398e22c580c764b0c8c9b9e63ec13139c2c5eae

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.32.1 - 2020-04-30
* Only notify of an update if the new version is actually newer [Pagan Gazzard]
## 11.32.0 - 2020-04-30
* Integrate livepush v3 and live directives [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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