Skip to content

Commit 00e3a04

Browse files
v0.5.83
1 parent 65cd195 commit 00e3a04

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: "patch: Move all docs to a flat directory structure"
3+
hash: 966b5cb2a1abb1d77ab6d9e37a7af2493b3f952a
4+
body: ""
5+
footer:
6+
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
7+
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
8+
author: Vipul Gupta (@vipulgupta2048)
9+
version: 0.5.83
10+
title: ""
11+
date: 2024-11-20T08:37:16.241Z
112
- commits:
213
- subject: "patch: Replace absolute README links with relative"
314
hash: e207e898b050a4321e482895c1bac3436937b8d4

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.83
8+
## (2024-11-20)
9+
10+
* patch: Move all docs to a flat directory structure [Vipul Gupta (@vipulgupta2048)]
11+
712
# v0.5.82
813
## (2024-10-29)
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.82",
3+
"version": "0.5.83",
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": "2024-10-29T02:39:27.076Z"
49+
"publishedAt": "2024-11-20T08:37:16.413Z"
5050
},
5151
"engines": {
5252
"node": ">=16"

0 commit comments

Comments
 (0)