diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a2b777a7..1f3245b9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix publishing artifacts to gh release + hash: 1da5a75c1411bdfece2b60f83095082f6ce68ace + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + version: 17.4.9 + title: "" + date: 2023-12-19T23:02:29.500Z - commits: - subject: Remove repo config from flowzone.yml hash: bfbc71215c376e815e7d86561d87c5b697ba7482 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c13774e..dd44a968 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/). +## 17.4.9 - 2023-12-19 + +* Fix publishing artifacts to gh release [Otávio Jacobi] + ## 17.4.8 - 2023-12-19 * Remove repo config from flowzone.yml [Kyle Harding] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6e59c668..102092aa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "17.4.8", + "version": "17.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "17.4.8", + "version": "17.4.9", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e0e11831..36f42561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "17.4.8", + "version": "17.4.9", "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": "2023-12-19T21:59:07.060Z" + "publishedAt": "2023-12-19T23:02:30.471Z" } }