diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d73e68195b..caeeef7574 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,33 @@ +- commits: + - subject: "patch: remove node-ipc and tests" + hash: ccc31bb9aaba8df88b2af612824d9106051e2804 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: switch api; use ws; integrate sudo-prompt - switch api roles + flow - use websocket instead of node-ipc - integrate; modernize; + simplify and deprecate sudo-prompt" + hash: b3e33824ed1f70719b04f18dcb7f7dd76451b7f6 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: refactor api to use a single topic" + hash: 6582260355fcc5280932bee771602fbfb5190619 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: set require node engine to 20" + hash: b1d2bdaa06bfb35f4a66d92275ca21c731d1cf8e + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: 1.19.10 + title: "" + date: 2024-04-23T10:28:00.127Z - commits: - subject: "patch: prevent rebuild of native deps by @electron/rebuild" hash: 003abfb88f2c7bff0ee291828f3815c738340afa diff --git a/CHANGELOG.md b/CHANGELOG.md index b700275fc6..d099c74e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.19.10 +## (2024-04-23) + +* patch: remove node-ipc and tests [Edwin Joassart] +* patch: switch api; use ws; integrate sudo-prompt - switch api roles flow - use websocket instead of node-ipc - integrate; modernize; simplify and deprecate sudo-prompt [Edwin Joassart] +* patch: refactor api to use a single topic [Edwin Joassart] +* patch: set require node engine to 20 [Edwin Joassart] + # v1.19.9 ## (2024-04-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 265cf1f265..ba93e62117 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.19.9", + "version": "1.19.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.19.9", + "version": "1.19.10", "license": "Apache-2.0", "dependencies": { "@electron/remote": "^2.1.0", diff --git a/package.json b/package.json index 73f38ac702..044208efd1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "balenaEtcher", "productName": "balenaEtcher", - "version": "1.19.9", + "version": "1.19.10", "packageType": "local", "main": ".webpack/main", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -147,7 +147,7 @@ "node": ">=20 <21" }, "versionist": { - "publishedAt": "2024-01-26T17:29:27.845Z" + "publishedAt": "2024-04-23T10:28:00.623Z" }, "optionalDependencies": { "bufferutil": "^4.0.8",