From ac9ec8f6de3c9b099a78c320e2d3bf29446fdc3c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 10 Nov 2022 18:50:40 +0200 Subject: [PATCH] v1.7.10 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0c731c43..f3014104 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: publish to winget with gh action" + hash: 38ceab598dac9aa66bea66a4defeb0884f45acc7 + body: "" + footer: {} + author: Begula + nested: [] + version: 1.7.10 + title: "'patch: introducing github actions (WinGet)'" + date: 2022-11-10T16:48:37.566Z - commits: - subject: "patch: update allowed extensions to include deb afterinstall in build" hash: 61610ded842caba47c6a682afcb08aa0fda4e86b diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b691858..effaa3a9 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.7.10 +## (2022-11-10) + +* patch: publish to winget with gh action [Begula] + # v1.7.9 ## (2022-04-22) diff --git a/package-lock.json b/package-lock.json index 7539bb16..b09bf0a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.7.9", + "version": "1.7.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 689cc8ea..37add08d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.7.9", + "version": "1.7.10", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -116,6 +116,6 @@ "webpack-dev-server": "4.5.0" }, "versionist": { - "publishedAt": "2022-04-22T13:10:47.906Z" + "publishedAt": "2022-11-10T16:48:38.318Z" } }