From 173028fd0d1665b7e4421924336067c707ef0b1e Mon Sep 17 00:00:00 2001 From: balenaCI Date: Wed, 28 Dec 2022 23:01:25 +0000 Subject: [PATCH] v14.5.16 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d9e101db..01b80be3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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: - subject: "patch: update balena-preload to 12.2.0" hash: ca637b3fb669cd8997ceb70201d4cabe0c621ecf diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ad41db..d971664d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 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 * patch: update balena-preload to 12.2.0 [Edwin Joassart] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1df744c9..3225df4b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.15", + "version": "14.5.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05bf67c9..5e2debf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.15", + "version": "14.5.16", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,6 +284,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-12-12T13:41:12.779Z" + "publishedAt": "2022-12-28T23:01:24.071Z" } }