This commit is contained in:
balenaCI 2022-12-11 21:46:38 +00:00
parent 338b5d79d3
commit 006293bd01
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Bump multicast-dns to rebased commit (again)
hash: 60dd0daae5682c797ad5ac6fec94ccb7b91c5264
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.14
title: ""
date: 2022-12-11T21:46:37.025Z
- commits: - commits:
- subject: Build on macos-11 for library compatibility reasons - subject: Build on macos-11 for library compatibility reasons
hash: e566badfffbe54a44f8fdd627fc8a78a5ecc204f hash: e566badfffbe54a44f8fdd627fc8a78a5ecc204f

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 14.5.14 - 2022-12-11
* Bump multicast-dns to rebased commit (again) [pipex]
## 14.5.13 - 2022-12-08 ## 14.5.13 - 2022-12-08
* Build on macos-11 for library compatibility reasons [Page-] * Build on macos-11 for library compatibility reasons [Page-]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "14.5.13", "version": "14.5.14",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-12-08T14:00:27.091Z" "publishedAt": "2022-12-11T21:46:37.979Z"
} }
} }