diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 96d7306a99..f09423c83d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: bump etcher-sdk to 9.0.11 to fix url loading using http/2" + hash: cb03fb83754f38d647fc951b94470725b46b2b31 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: 1.19.15 + title: "" + date: 2024-04-26T13:26:57.047Z - commits: - subject: "patch: pretty-bytes to 6.1.1" hash: fa642270f7153f14e45ee03a73bad1f0797cbd51 diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d5c2acfc..071f22ead5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.19.15 +## (2024-04-26) + +* patch: bump etcher-sdk to 9.0.11 to fix url loading using http/2 [Edwin Joassart] + # v1.19.14 ## (2024-04-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 90303a2e87..286d4a3120 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.19.14", + "version": "1.19.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.19.14", + "version": "1.19.15", "license": "Apache-2.0", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 30bd305baf..d2384738be 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "balenaEtcher", "productName": "balenaEtcher", - "version": "1.19.14", + "version": "1.19.15", "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-04-25T21:11:35.832Z" + "publishedAt": "2024-04-26T13:26:57.539Z" }, "optionalDependencies": { "bufferutil": "^4.0.8",