mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v14.5.3
This commit is contained in:
parent
ca1a445d90
commit
4f93a238e7
@ -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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.5.2",
|
||||
"version": "14.5.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user