diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3c6230f2a4..ad3d20ec63 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ad7fc4ff..f596eae994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 26b31a1d23..829e1521b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93b936a90d..f90df3bf03 100644 --- a/package.json +++ b/package.json @@ -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.", @@ -127,6 +127,6 @@ "node": ">=14" }, "versionist": { - "publishedAt": "2023-01-27T11:36:33.661Z" + "publishedAt": "2023-02-01T12:18:56.646Z" } }