diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cf2d355eaa..bbedca5769 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: "patch: remove screensaver error when not on etcher-pro" + hash: 196fd8ae24de2a23ebaeae736c6ca41007162fa1 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: fix typo in IPC server id" + hash: 5d436992423961258ad861c01e3b9b30f3317aab + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: 1.19.4 + title: "" + date: 2024-01-26T17:29:27.301Z - commits: - subject: Update dependencies hash: 0f2b4dbc106c55fe104f0b10e62c35c16bcfe9b3 diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ad20836c..d2c11bb187 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.19.4 +## (2024-01-26) + +* patch: remove screensaver error when not on etcher-pro [Edwin Joassart] +* patch: fix typo in IPC server id [Edwin Joassart] + # v1.19.3 ## (2023-12-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 28713e95b4..c591ff5369 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.19.3", + "version": "1.19.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.19.3", + "version": "1.19.4", "license": "Apache-2.0", "dependencies": { "@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534", diff --git a/package.json b/package.json index 35fef4021e..1a42b93673 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "balenaEtcher", "productName": "balenaEtcher", - "version": "1.19.3", + "version": "1.19.4", "packageType": "local", "main": ".webpack/main", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -147,6 +147,6 @@ "node": ">=18 <20" }, "versionist": { - "publishedAt": "2023-12-22T16:13:01.427Z" + "publishedAt": "2024-01-26T17:29:27.845Z" } }