mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.55.1
This commit is contained in:
parent
73b2f6b4b1
commit
c125e0b38d
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: 'chore: Bump multicast-dns to rebased commit'
|
||||
hash: fdc0d08e963daf9bccdf8150962c365ff4ab32e3
|
||||
body: >
|
||||
Otherwise npm install fails due to the missing commit in
|
||||
npm-shrinkwrap.json
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
See: 'https://github.com/balena-io-modules/multicast-dns/pull/1'
|
||||
see: 'https://github.com/balena-io-modules/multicast-dns/pull/1'
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.55.1
|
||||
date: 2021-11-30T16:10:20.410Z
|
||||
- commits:
|
||||
- subject: Add provisioning key name option to config generate options
|
||||
hash: 6ba67eefdbb47e1aa901be022b497e028260ac0b
|
||||
|
@ -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/).
|
||||
|
||||
## 12.55.1 - 2021-11-30
|
||||
|
||||
* chore: Bump multicast-dns to rebased commit [Kyle Harding]
|
||||
|
||||
## 12.55.0 - 2021-11-29
|
||||
|
||||
* Add provisioning key name option to config generate options [Nitish Agarwal]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.55.0",
|
||||
"version": "12.55.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.55.0",
|
||||
"version": "12.55.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -289,6 +289,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-11-29T10:48:16.348Z"
|
||||
"publishedAt": "2021-11-30T16:10:20.674Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user