From 96f00aa024b436a5ec1f76da29f74789e7ccf7f4 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:52:22 +0000 Subject: [PATCH] v1.19.7 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fcc79b2f..1381b4df 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: "patch: fix formating" + hash: 1a9a3d2cdc5642a754b73628f4ae2636e3ffd8eb + body: "" + footer: {} + author: Edwin Joassart + nested: [] + - subject: "patch: configure prettier in the project to use balena-lint + configuration" + hash: faeaa58ec548e47abaf30b2498ab145e7c0c6f76 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: 1.19.7 + title: "" + date: 2024-04-22T06:52:18.878Z - commits: - subject: "patch: fix win signature process" hash: f629e6d53b5329cd7e8105050df042f3873a35ee diff --git a/CHANGELOG.md b/CHANGELOG.md index 0651b879..3f875c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.19.7 +## (2024-04-22) + +* patch: fix formating [Edwin Joassart] +* patch: configure prettier in the project to use balena-lint configuration [Edwin Joassart] + # v1.19.6 ## (2024-04-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 17802ad8..cb8fd3fe 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.19.6", + "version": "1.19.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.19.6", + "version": "1.19.7", "license": "Apache-2.0", "dependencies": { "@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534", diff --git a/package.json b/package.json index 80876ec1..f25e7177 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "balenaEtcher", "productName": "balenaEtcher", - "version": "1.19.6", + "version": "1.19.7", "packageType": "local", "main": ".webpack/main", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -147,6 +147,6 @@ "node": ">=18 <20" }, "versionist": { - "publishedAt": "2024-04-19T15:59:28.678Z" + "publishedAt": "2024-04-22T06:52:19.375Z" } }