mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
v14.5.16
This commit is contained in:
parent
62d5bf4436
commit
173028fd0d
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update the npm-shrinkwrap.json dependencies to match the package.json
|
||||||
|
hash: 63a0d1977031ba633d3be7d108320c111c6bdf49
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: 14.5.16
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-28T23:01:23.125Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: update balena-preload to 12.2.0"
|
- subject: "patch: update balena-preload to 12.2.0"
|
||||||
hash: ca637b3fb669cd8997ceb70201d4cabe0c621ecf
|
hash: ca637b3fb669cd8997ceb70201d4cabe0c621ecf
|
||||||
|
@ -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.16 - 2022-12-28
|
||||||
|
|
||||||
|
* Update the npm-shrinkwrap.json dependencies to match the package.json [Thodoris Greasidis]
|
||||||
|
|
||||||
## 14.5.15 - 2022-12-12
|
## 14.5.15 - 2022-12-12
|
||||||
|
|
||||||
* patch: update balena-preload to 12.2.0 [Edwin Joassart]
|
* patch: update balena-preload to 12.2.0 [Edwin Joassart]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "14.5.15",
|
"version": "14.5.16",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "14.5.15",
|
"version": "14.5.16",
|
||||||
"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-12T13:41:12.779Z"
|
"publishedAt": "2022-12-28T23:01:24.071Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user