diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c08ba1c3..796fbd4e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "Devices: explicitly fetches only used fields" + hash: 5761a306be9b135886a6d9c0f3515d1ef4550468 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + version: 15.0.6 + title: "" + date: 2023-03-13T14:03:45.516Z - commits: - subject: Fix application isLegacy check for rename and deploy hash: ecf4b046b5d30c6e726b61f1e2b1a39cc91b8e53 diff --git a/CHANGELOG.md b/CHANGELOG.md index 08974a6c..34969f92 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/). +## 15.0.6 - 2023-03-13 + +* Devices: explicitly fetches only used fields [Otávio Jacobi] + ## 15.0.5 - 2023-03-10 * Fix application isLegacy check for rename and deploy [JSReds] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d071485c..0dff8594 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "15.0.5", + "version": "15.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5bffedb..1836af21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "15.0.5", + "version": "15.0.6", "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-03-10T16:25:38.605Z" + "publishedAt": "2023-03-13T14:03:46.858Z" } }