From 4f93a238e7505925855ed5bfd2bed0fc52969864 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:08:21 +0300 Subject: [PATCH] v14.5.3 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e9f823f5..feb503c1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Bump multicast-dns to rebased commit (again) + hash: ca1a445d902dc70b42be4c84b841ca1a42a26e79 + body: > + A recent PR reverted the multicast-dns commit bump from PR #2401. This + means that + + under some conditions, `npm install` will fail. + + + See: https://github.com/balena-io-modules/multicast-dns/pull/1 + + See: https://github.com/balena-io/balena-cli/pull/2401 + footer: + Change-type: patch + change-type: patch + author: pipex + nested: [] + version: 14.5.3 + title: "'Bump multicast-dns to rebased commit (again)'" + date: 2022-10-27T18:05:10.822Z - commits: - subject: Stop waiting for the analytics response hash: 1c7d9255ae5333ff717b9f32ef7adf1690cbb163 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3277fbad..740e994e 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/). +## 14.5.3 - 2022-10-27 + +* Bump multicast-dns to rebased commit (again) [pipex] + ## 14.5.2 - 2022-10-21 * Stop waiting for the analytics response [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 93d8245e..619714f0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.2", + "version": "14.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80752df6..5098e110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.2", + "version": "14.5.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-10-21T16:18:58.830Z" + "publishedAt": "2022-10-27T18:05:12.440Z" } }