Skip to content

Commit

Permalink
v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 6, 2025
1 parent b8460b2 commit f0f26e0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Convert some parts to async await and simplify
hash: eb1105cd738998bae9c3dd604a8d25f71eb38e19
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Avoid unnecessary destructuring
hash: 4cea6b650ec1c911cf2fc12a4a1dc410c0e7d075
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 8.1.1
title: ""
date: 2025-01-06T06:37:04.147Z
- commits:
- subject: Try to find the boot partition by inspecting the image
hash: de53f11c56133bf2757c5361f8dbc6afa9e826fc
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/).

## 8.1.1 - 2025-01-06

* Convert some parts to async await and simplify [Thodoris Greasidis]
* Avoid unnecessary destructuring [Thodoris Greasidis]

## 8.1.0 - 2024-12-30

* Try to find the boot partition by inspecting the image [Thodoris Greasidis]
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": "balena-device-init",
"version": "8.1.0",
"version": "8.1.1",
"description": "Configure and initialize devices using device specs",
"type": "commonjs",
"main": "build/init.js",
Expand Down Expand Up @@ -67,6 +67,6 @@
"string-to-stream": "^1.1.1"
},
"versionist": {
"publishedAt": "2024-12-30T12:41:49.563Z"
"publishedAt": "2025-01-06T06:37:04.257Z"
}
}

0 comments on commit f0f26e0

Please sign in to comment.