mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v14.5.14
This commit is contained in:
parent
338b5d79d3
commit
006293bd01
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user