diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c91c058226..0137aa312e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Bump @oclif/core from 3.27.0 to 4.0.18 + hash: 2a357a438f896ffc4932eda90336944294237a8a + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 19.0.1 + title: "" + date: 2024-09-02T13:21:54.739Z - commits: - subject: Update all references of lib to src hash: 4760866c7782b2651c1c319ae1a757f0ab21f1b3 diff --git a/CHANGELOG.md b/CHANGELOG.md index d1bae24a7a..14fcceb5b3 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.1 - 2024-09-02 + +* Bump @oclif/core from 3.27.0 to 4.0.18 [Otavio Jacobi] + ## 19.0.0 - 2024-08-22 * Update all references of lib to src [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 90577afa76..f53b0e08ed 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.0", + "version": "19.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.0", + "version": "19.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8e5c8655fe..99601b24e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.0", + "version": "19.0.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ } }, "versionist": { - "publishedAt": "2024-08-22T17:43:31.517Z" + "publishedAt": "2024-09-02T13:21:55.584Z" } }