Skip to content

Commit

Permalink
v8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 22, 2023
1 parent bc260b2 commit 3a7e4c1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- commits:
- subject: Refine migrate() function
hash: 77f3a3c791c69ceae0146bb04c26ef7860743bf3
body: |
* Add abstractions for target device and partition
* Only look for volume info if partition pre-existing
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
signed-off-by: Ken Bannister <kb2ma@runbox.com>
author: Ken Bannister
nested: []
- subject: Rework findVolume() so localization independent
hash: df9708844abdfc793535ed5e72b393c8222a978d
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
signed-off-by: Ken Bannister <kb2ma@runbox.com>
author: Ken Bannister
nested: []
version: 8.6.2
title: ""
date: 2023-06-22T11:51:27.075Z
- commits:
- subject: Establish contract for diskpart functions
hash: 159ced7b74fa2dad776d34d573a19ccfcdd69278
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.6.2 - 2023-06-22

* Refine migrate() function [Ken Bannister]
* Rework findVolume() so localization independent [Ken Bannister]

## 8.6.1 - 2023-05-19

* Establish contract for diskpart functions [Ken Bannister]
Expand Down
4 changes: 2 additions & 2 deletions 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": "etcher-sdk",
"version": "8.6.1",
"version": "8.6.2",
"description": "Etcher SDK",
"author": "Balena Ltd <hello@balena.io>",
"main": "build/index.js",
Expand Down Expand Up @@ -105,6 +105,6 @@
"node": ">=16"
},
"versionist": {
"publishedAt": "2023-05-19T15:51:22.989Z"
"publishedAt": "2023-06-22T11:51:27.444Z"
}
}

0 comments on commit 3a7e4c1

Please sign in to comment.