From 615e035a5dcf2e43ac5762fb5568a1b9596b16ff Mon Sep 17 00:00:00 2001 From: balenaCI Date: Mon, 16 Jan 2023 11:23:56 +0000 Subject: [PATCH] v1.14.0 --- .versionbot/CHANGELOG.yml | 54 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 10 ++++++++ package-lock.json | 2 +- package.json | 4 +-- 4 files changed, 67 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d8b07c0f..d4297d52 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Anonymizes all paths before sending + hash: 86d43a536f7c9aa6b450a9f2f90341e07364208e + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + - subject: "patch: Sentry fix path" + hash: 6c417e35a13873cd95d25f42a819de3750cdf65d + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: Remove personal path on etcher + hash: 2b728d3c521b76177a2c019b4891627272f35aac + body: "" + footer: + Change-type: minor + change-type: minor + author: Otávio Jacobi + nested: [] + - subject: Unifying sentry reports in a single project + hash: f3f7ecb852503d4d97dbe6a78bf920ca177bddd1 + body: "" + footer: + Change-type: patch + change-type: patch + author: Edwin Joassart + nested: [] + - subject: Removes corvus in favor of sentry and analytics client + hash: 41fca03c98d4a72bd8c3842d7e6b9d41f65336f9 + 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: 10caf8f1b6a174762192b13ce7bb4eaa71e90fcc + 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-16T11:23:54.866Z - commits: - subject: Adding EtcherPro device serial number to the Settings modal hash: d25eda9a7d6bf89284b630b2d55cbb0a7e3a9432 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e43e95..db1b09c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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-16) + +* Anonymizes all paths before sending [Otávio Jacobi] +* 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.4 ## (2023-01-12) diff --git a/package-lock.json b/package-lock.json index d39fb8a2..d6e1c5ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.13.4", + "version": "1.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d259b3c..00ff0b69 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.13.4", + "version": "1.14.0", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -127,6 +127,6 @@ "node": ">=14 < 16" }, "versionist": { - "publishedAt": "2023-01-12T15:10:50.986Z" + "publishedAt": "2023-01-16T11:23:55.599Z" } }