Skip to content

Commit 3c1799b

Browse files
v9.0.0
1 parent 84ef21e commit 3c1799b

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "major: - bump balena-lint to 7.2.1 - require node 18+ - bump
3+
XXHash-addon to 2.0.1 - bump sinon to 17.0.0 - bump axios to 1.6.0 -
4+
bump unzip-stream to 0.3.1 - bump all other deps to closest minor"
5+
hash: 6e0e0c61cb8e72897a6fb315e8e11faaee85c463
6+
body: ""
7+
footer: {}
8+
author: Edwin Joassart
9+
nested: []
10+
version: 9.0.0
11+
title: ""
12+
date: 2023-10-30T15:32:22.430Z
113
- commits:
214
- subject: Add failover to Windows from flash-boot partition
315
hash: 63e7085a9a34372eb4fc3cb538c49d6ee9895cc4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 9.0.0 - 2023-10-30
8+
9+
* major: - bump balena-lint to 7.2.1 - require node 18+ - bump XXHash-addon to 2.0.1 - bump sinon to 17.0.0 - bump axios to 1.6.0 - bump unzip-stream to 0.3.1 - bump all other deps to closest minor [Edwin Joassart]
10+
711
## 8.7.2 - 2023-10-07
812

913
* Add failover to Windows from flash-boot partition [Ken Bannister]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etcher-sdk",
3-
"version": "8.7.2",
3+
"version": "9.0.0",
44
"description": "Etcher SDK",
55
"author": "Balena Ltd <hello@balena.io>",
66
"main": "build/index.js",
@@ -108,6 +108,6 @@
108108
"node": ">=18"
109109
},
110110
"versionist": {
111-
"publishedAt": "2023-10-07T14:29:20.088Z"
111+
"publishedAt": "2023-10-30T15:32:22.780Z"
112112
}
113113
}

0 commit comments

Comments
 (0)