diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2085c8559..b36ca3814 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update `@oclif/core` + hash: 147ce8067a679d320fc8ef741266b8a5d6008a7e + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 19.12.1 + title: "" + date: 2024-10-21T16:04:14.283Z - commits: - subject: Add alias `device ssh` for `ssh` command hash: 76c08b6c13bd07f657ff5774863425e629d11f0a diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f154c5e..8b386fd09 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.12.1 - 2024-10-21 + +* Update `@oclif/core` [myarmolinsky] + ## 19.12.0 - 2024-10-21 * Add alias `device ssh` for `ssh` command [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f2b829145..ee7535b09 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.12.0", + "version": "19.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.12.0", + "version": "19.12.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 5e0fb85b5..1faa02695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.12.0", + "version": "19.12.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -273,6 +273,6 @@ } }, "versionist": { - "publishedAt": "2024-10-21T15:07:44.718Z" + "publishedAt": "2024-10-21T16:04:15.137Z" } }