diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 90e277c7..3c6beb21 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,91 @@ +- commits: + - subject: "patch: send sourcemap to sentry at build" + hash: 02d73b4cc97da2a017547383336752c98b510064 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: send sourcemap to sentry at build" + hash: 11c5a802b7e30e7a8dcb2dc1a81b374877d0043c + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: send sourcemap to sentry at build" + hash: e5384985b142d5da9c4aa55132916c63e0ec0f18 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: send sourcemap to sentry at build" + hash: 1a37c9aad1796d9d0d4fd6b9168656a2ebe0d2b2 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: send sourcemap to sentry at build" + hash: e6bbbb66768b7314a7b2841521b51c489d8285d5 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: send sourcemap to sentry at build" + hash: 505bc7fd07daa9de3935396efa8275485cee43e9 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: send sourcemap to sentry at build" + hash: d29c6551268e8224116953f773cde41fa44b3973 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: Sentry fix path" + hash: fa5cd5d9882de35db9dd0f1ced3250577252be66 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: Remove personal path on etcher + hash: 722cf876860bb8d8574a102a0f626f7a6afcf0be + body: "" + footer: + Change-type: minor + change-type: minor + author: Otávio Jacobi + nested: [] + - subject: Unifying sentry reports in a single project + hash: 3d50f9417ae6c4f7f11396ef896c62728a81b0ec + body: "" + footer: + Change-type: patch + change-type: patch + author: Edwin Joassart + nested: [] + - subject: Removes corvus in favor of sentry and analytics client + hash: 214c87683f4a343c9e2cc864fb697302c261586a + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Otavio Jacobi + signed-off-by: Otavio Jacobi + author: Otávio Jacobi + nested: [] + - subject: Removes corvus in favor of sentry and analytics client + hash: 3513a83b9063a9f81fd5c3661f4e8dea24af266b + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Otavio Jacobi + signed-off-by: Otavio Jacobi + author: Otávio Jacobi + nested: [] + version: 1.14.0 + title: "" + date: 2023-01-12T11:55:15.843Z - commits: - subject: "patch: fixed winget parameter name" hash: 33fe4b2c1abcb7f71f42a4b682f174422cb72a00 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee104f3..541c13cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.14.0 +## (2023-01-12) + +* patch: send sourcemap to sentry at build [Edwin Joassart] +* patch: send sourcemap to sentry at build [Edwin Joassart] +* patch: send sourcemap to sentry at build [Edwin Joassart] +* patch: send sourcemap to sentry at build [Edwin Joassart] +* patch: send sourcemap to sentry at build [Edwin Joassart] +* patch: send sourcemap to sentry at build [Edwin Joassart] +* patch: send sourcemap to sentry at build [Edwin Joassart] +* patch: Sentry fix path [Edwin Joassart] +* Remove personal path on etcher [Otávio Jacobi] +* Unifying sentry reports in a single project [Edwin Joassart] +* Removes corvus in favor of sentry and analytics client [Otávio Jacobi] +* Removes corvus in favor of sentry and analytics client [Otávio Jacobi] + # v1.13.2 ## (2023-01-02) diff --git a/package-lock.json b/package-lock.json index aa9cbd74..2b187d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.13.2", + "version": "1.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6478e17a..b80c4f26 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.13.2", + "version": "1.14.0", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -129,6 +129,6 @@ "node": ">=14 < 16" }, "versionist": { - "publishedAt": "2023-01-02T20:55:58.804Z" + "publishedAt": "2023-01-12T11:55:16.440Z" } }