diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d9a2d33c..d344a308 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update dependencies + hash: 756f6b328b10f3f5bfffbcca8078a2ad03c99287 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 18.0.4 + title: "" + date: 2024-03-11T22:19:04.713Z - commits: - subject: Removes signing patches hash: f9f41eef4bae9e41531a149fed029c0cea23f3d1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a284b6f7..f749eeba 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/). +## 18.0.4 - 2024-03-11 + +* Update dependencies [Otavio Jacobi] + ## 18.0.3 - 2024-03-11 * Removes signing patches [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9aa6fc54..72200bb2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.0.3", + "version": "18.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.0.3", + "version": "18.0.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 28e0c9c7..67870415 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.0.3", + "version": "18.0.4", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-03-11T14:25:45.967Z" + "publishedAt": "2024-03-11T22:19:05.592Z" } }