Skip to content

Commit

Permalink
v1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 4, 2024
1 parent d38a0c6 commit 404587b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: "lib/flashing/devices: Add json files for Jetson Xavier NX devices"
hash: f14b0a05c42e91dd7ce1cdfc8b6f6ab45822374b
body: |2
The Xavier NX devices are flashed using the jetson-flash node app,
and they boot from either eMMC or SD-CARD.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 1.0.27
title: ""
date: 2024-04-04T08:09:43.581Z
- commits:
- subject: "lib/flashing/devices: Add json for jetson-xavier"
hash: e3a134bb95fb5648b26998ea9f5a57d28e8ca865
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 1.0.27 - 2024-04-04

* lib/flashing/devices: Add json files for Jetson Xavier NX devices [Alexandru Costache]

## 1.0.26 - 2024-04-01

* lib/flashing/devices: Add json for jetson-xavier [Alexandru Costache]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/autokit",
"version": "1.0.26",
"version": "1.0.27",
"description": "software interface for Autokit",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -56,6 +56,6 @@
"typescript": "^4.7.4"
},
"versionist": {
"publishedAt": "2024-04-01T11:51:17.579Z"
"publishedAt": "2024-04-04T08:09:43.692Z"
}
}

0 comments on commit 404587b

Please sign in to comment.