-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
- commits: | ||
- subject: Establish contract for diskpart functions | ||
hash: 159ced7b74fa2dad776d34d573a19ccfcdd69278 | ||
body: | | ||
All new functions must throw an error on non-Windows platforms. | ||
Only clean() is a no-op for historical reasons. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: 8.6.1 | ||
title: "" | ||
date: 2023-05-19T15:51:22.661Z | ||
- commits: | ||
- subject: "Migrator: setup task sequence" | ||
hash: f215585ae84f7455aef2f283be155186d0e62436 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "etcher-sdk", | ||
"version": "8.6.0", | ||
"version": "8.6.1", | ||
"description": "Etcher SDK", | ||
"author": "Balena Ltd <[email protected]>", | ||
"main": "build/index.js", | ||
|
@@ -105,6 +105,6 @@ | |
"node": ">=16" | ||
}, | ||
"versionist": { | ||
"publishedAt": "2023-05-19T14:06:16.412Z" | ||
"publishedAt": "2023-05-19T15:51:22.989Z" | ||
} | ||
} |