Skip to content

Commit cc75c2b

Browse files
v0.5.90
1 parent b0cb62f commit cc75c2b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: speed up docker build when using cache
3+
hash: 137580babdff201f7cca32a7a7fc33821d7b43b2
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Ryan Cooke <ryan@balena.io>
9+
signed-off-by: Ryan Cooke <ryan@balena.io>
10+
author: Ryan Cooke
11+
version: 0.5.90
12+
title: ""
13+
date: 2025-07-17T10:00:25.174Z
114
- commits:
215
- subject: "lib/resin-jetson-flash: Update Nano eMMC and JN30B Nano to L4T 32.7.6"
316
hash: 4a1a1ad0d4067faa5f58ff8d523fb28023e67fac

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v0.5.90
8+
## (2025-07-17)
9+
10+
* speed up docker build when using cache [Ryan Cooke]
11+
712
# v0.5.89
813
## (2025-06-26)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jetson-flash",
3-
"version": "0.5.89",
3+
"version": "0.5.90",
44
"description": "This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.",
55
"scripts": {
66
"test": "tap --timeout=0 --no-coverage --after=tests/cleanup.js",
@@ -46,7 +46,7 @@
4646
"yargs": "^16.2.0"
4747
},
4848
"versionist": {
49-
"publishedAt": "2025-06-26T06:54:51.555Z"
49+
"publishedAt": "2025-07-17T10:00:25.332Z"
5050
},
5151
"engines": {
5252
"node": ">=16"

0 commit comments

Comments
 (0)