diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cf24f25049..9f4915f373 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: fix Sentry DSN for main process" + hash: 4ffda6e208a6e2f109f652d39e1248bec23a2ddf + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: 1.19.18 + title: "" + date: 2024-05-22T13:28:03.659Z - commits: - subject: "patch: fix injection of analytics key at build time" hash: e94767aca7b07e674bd60176ef77c11440131ace diff --git a/CHANGELOG.md b/CHANGELOG.md index bdaf402a3d..5f85785f9d 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.18 +## (2024-05-22) + +* patch: fix Sentry DSN for main process [Edwin Joassart] + # v1.19.17 ## (2024-05-09) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e69a31925f..cdd6a76a14 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.19.17", + "version": "1.19.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.19.17", + "version": "1.19.18", "license": "Apache-2.0", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index e8e763863e..0b55722070 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "balenaEtcher", "productName": "balenaEtcher", - "version": "1.19.17", + "version": "1.19.18", "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-05-09T06:33:45.589Z" + "publishedAt": "2024-05-22T13:28:04.201Z" }, "optionalDependencies": { "bufferutil": "^4.0.8",