Skip to content

Commit

Permalink
v0.5.72
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 13, 2024
1 parent 636629f commit fc19049
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: "README: Use jetson-flash-image for container tag"
hash: 82965c0d7a8227fe6b16ed9ba5fa0128c7a8c3d6
body: |
so it matches the tag created by build.sh
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru
version: 0.5.72
title: ""
date: 2024-06-13T06:32:21.818Z
- commits:
- subject: "README: Improve description for Orin Nano/Orin NX flashing"
hash: a2a0d2b58b33e778c9d1ebac2e666d9179b499f0
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.72
## (2024-06-13)

* README: Use jetson-flash-image for container tag [Alexandru]

# v0.5.71
## (2024-06-11)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetson-flash",
"version": "0.5.71",
"version": "0.5.72",
"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",
Expand Down Expand Up @@ -46,7 +46,7 @@
"yargs": "^16.2.0"
},
"versionist": {
"publishedAt": "2024-06-11T16:05:18.317Z"
"publishedAt": "2024-06-13T06:32:21.993Z"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit fc19049

Please sign in to comment.