diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 42bb9e2e..08bffed9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove unused `mockery` dev dependency + hash: 1245b1c99bab2d504a025f489451710cc140bc55 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 19.0.15 + title: "" + date: 2024-10-08T13:11:01.319Z - commits: - subject: Temporarily skip broken image-manager tests on Windows and Mac hash: 77b9514442ab81ef1375a2517eb3e9aab7e724da diff --git a/CHANGELOG.md b/CHANGELOG.md index 58726ce3..aff108a6 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/). +## 19.0.15 - 2024-10-08 + +* Remove unused `mockery` dev dependency [myarmolinsky] + ## 19.0.14 - 2024-10-08 * Temporarily skip broken image-manager tests on Windows and Mac [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ce2a1b33..2e9369e0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.14", + "version": "19.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.14", + "version": "19.0.15", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7ed9b501..8c63a0fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.14", + "version": "19.0.15", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -279,6 +279,6 @@ } }, "versionist": { - "publishedAt": "2024-10-08T12:44:15.145Z" + "publishedAt": "2024-10-08T13:11:02.162Z" } }