diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2a9fa5d9..debfe954 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix device int & os initialize failing to initialize the drive list + hash: 0a25bec01056f1653936f17722c15a4af79808eb + body: "" + footer: + Resolves: "#2627" + resolves: "#2627" + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 16.2.5 + title: "" + date: 2023-05-24T10:30:19.237Z - commits: - subject: Remove extra request when filling the application selection list hash: 46aa08c953e0d5e95b276a638a6185216e4c3327 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bec6f7..1e784420 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/). +## 16.2.5 - 2023-05-24 + +* Fix device int & os initialize failing to initialize the drive list [Thodoris Greasidis] + ## 16.2.4 - 2023-05-23 * Remove extra request when filling the application selection list [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index de123167..4c0f410d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "16.2.4", + "version": "16.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "16.2.4", + "version": "16.2.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a1aa7bef..c8eb7296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "16.2.4", + "version": "16.2.5", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2023-05-23T20:31:26.112Z" + "publishedAt": "2023-05-24T10:30:20.201Z" } }