This commit is contained in:
Balena CI 2022-11-10 18:50:40 +02:00 committed by VersionBot
parent bb91ea15ce
commit ac9ec8f6de
4 changed files with 18 additions and 3 deletions

View File

@ -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

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.7.9",
"version": "1.7.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"
}
}