diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6216d39a..c969dc55 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: remove analytics" + hash: aa6d526fea010d181f49dd81ae3bdaefb8d1938e + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: 2.1.2 + title: "" + date: 2025-05-08T08:51:44.810Z - commits: - subject: "patch: fix signin windows artifacts" hash: a1e9be2f94629447e02994e52e12c67ec98de831 diff --git a/CHANGELOG.md b/CHANGELOG.md index f888ff02..ada381b7 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/). +# v2.1.2 +## (2025-05-08) + +* patch: remove analytics [Edwin Joassart] + # v2.1.1 ## (2025-05-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d7cdf0e0..641dae31 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 7c4036db..b65295ac 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "balenaEtcher", "productName": "balenaEtcher", - "version": "2.1.1", + "version": "2.1.2", "packageType": "local", "main": ".webpack/main", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -143,7 +143,7 @@ "node": ">=20 <21" }, "versionist": { - "publishedAt": "2025-05-05T17:19:50.915Z" + "publishedAt": "2025-05-08T08:51:45.301Z" }, "optionalDependencies": { "bufferutil": "^4.0.8",