From dbe9a727d588054836779f68b9d9626682c9f904 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 30 Apr 2020 16:49:46 +0300 Subject: [PATCH] v11.32.1 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ef48b5ac..64a8c369 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccbcbbf..e0ccc8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d2d89ee5..3a4c9197 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.0", + "version": "11.32.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52031129..7f6a31e4 100644 --- a/package.json +++ b/package.json @@ -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",