From 5c8f78678ba28240d2b6de0b1500ef40c0d4b0e4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 4 Aug 2022 17:52:53 +0400 Subject: [PATCH] v14.1.0 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 20685da0..ae0fa9d0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Add device track command for pinning a device to the latest release or + a specific release + hash: cb26a736fc77da7f3571b998277f49956b961785 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Matthew Yarmolinsky + signed-off-by: Matthew Yarmolinsky + author: Matthew Yarmolinsky + nested: [] + version: 14.1.0 + title: "'Add device track command'" + date: 2022-08-03T18:45:07.351Z - commits: - subject: Drop undocumented support for numeric ids in balena device commands hash: 8a7fbdb55dc669727dc97561b3e7ef1e7f20efb0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdcd7fb..9ff5c337 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/). +## 14.1.0 - 2022-08-03 + +* Add device track command for pinning a device to the latest release or a specific release [Matthew Yarmolinsky] + ## 14.0.0 - 2022-08-01 * Drop undocumented support for numeric ids in balena device commands [Matthew Yarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 202af3f1..a701979f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.0.0", + "version": "14.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe715823..934e69a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.0.0", + "version": "14.1.0", "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": "2022-08-01T22:20:08.524Z" + "publishedAt": "2022-08-03T18:45:08.044Z" } }