This commit is contained in:
balenaCI 2022-12-28 23:01:25 +00:00
parent 62d5bf4436
commit 173028fd0d
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 19 additions and 3 deletions

View File

@ -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

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.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
View File

@ -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": {

View File

@ -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"
} }
} }