Skip to content

Commit

Permalink
v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Feb 1, 2023
1 parent 180bd29 commit 1bc64bb
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,25 @@
- commits:
- subject: Remove redundant resinci-deploy build step
hash: 48ddafd120cc9cd4fb94c0d6f7530a14be46f28d
body: ""
footer:
Change-type: patch
change-type: patch
author: Akis Kesoglou
nested: []
- subject: Lazily import Electron from child-writer process
hash: 851219f835ed037d9fd970f538095e4b339c5342
body: >
No idea how this *used* to work, but it doesn’t since 887ec428 and this is
fixing it properly.
footer:
Change-type: patch
change-type: patch
author: Akis Kesoglou
nested: []
version: 1.15.1
title: ""
date: 2023-02-01T12:18:55.922Z
- commits:
- subject: Add support for Node 18
hash: 887ec42847acbd4a935b4e9ed6abb2b8d87058ce
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

# v1.15.1
## (2023-02-01)

* Remove redundant resinci-deploy build step [Akis Kesoglou]
* Lazily import Electron from child-writer process [Akis Kesoglou]

# v1.15.0
## (2023-01-27)

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.15.0",
"version": "1.15.1",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
Expand Down Expand Up @@ -127,6 +127,6 @@
"node": ">=14"
},
"versionist": {
"publishedAt": "2023-01-27T11:36:33.661Z"
"publishedAt": "2023-02-01T12:18:56.646Z"
}
}

0 comments on commit 1bc64bb

Please sign in to comment.