From 4b61e1e2aecacb1fc98821680c2ec3b06ac78cef Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:31:19 +0000 Subject: [PATCH] v0.5.80 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index df5c79a..715d105 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Create device type specific docs for jetson flash + hash: 6ebb4d5d5b7b91612b2df1fe6883362a0f020950 + body: "" + footer: + Co-authored-by: Alan Boris + co-authored-by: Alan Boris + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + Change-type: patch + change-type: patch + author: Alan Boris + version: 0.5.80 + title: "" + date: 2024-10-24T08:31:16.444Z - commits: - subject: "Orin_Flash: Set cvb_eeprom_read_size to 0 prior rcm-boot" hash: 257091bd15f53cef64754643860653dfeb58761d diff --git a/CHANGELOG.md b/CHANGELOG.md index eceb016..763ba91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v0.5.80 +## (2024-10-24) + +* Create device type specific docs for jetson flash [Alan Boris] + # v0.5.79 ## (2024-10-15) diff --git a/package.json b/package.json index d8d10cc..8a4042b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetson-flash", - "version": "0.5.79", + "version": "0.5.80", "description": "This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.", "scripts": { "test": "tap --timeout=0 --no-coverage --after=tests/cleanup.js", @@ -46,7 +46,7 @@ "yargs": "^16.2.0" }, "versionist": { - "publishedAt": "2024-10-15T08:42:40.116Z" + "publishedAt": "2024-10-24T08:31:16.607Z" }, "engines": { "node": ">=16"