Skip to content

Commit

Permalink
v8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed May 19, 2023
1 parent 33d7800 commit 18ffec9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 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: 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
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/).

## 8.6.1 - 2023-05-19

* Establish contract for diskpart functions [Ken Bannister]

## 8.6.0 - 2023-05-19

* Migrator: setup task sequence [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.0",
"version": "8.6.1",
"description": "Etcher SDK",
"author": "Balena Ltd <[email protected]>",
"main": "build/index.js",
Expand Down Expand Up @@ -105,6 +105,6 @@
"node": ">=16"
},
"versionist": {
"publishedAt": "2023-05-19T14:06:16.412Z"
"publishedAt": "2023-05-19T15:51:22.989Z"
}
}

0 comments on commit 18ffec9

Please sign in to comment.