mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
v1.7.10
This commit is contained in:
parent
bb91ea15ce
commit
ac9ec8f6de
@ -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:
|
- commits:
|
||||||
- subject: "patch: update allowed extensions to include deb afterinstall in build"
|
- subject: "patch: update allowed extensions to include deb afterinstall in build"
|
||||||
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b
|
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v1.7.9
|
||||||
## (2022-04-22)
|
## (2022-04-22)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -116,6 +116,6 @@
|
|||||||
"webpack-dev-server": "4.5.0"
|
"webpack-dev-server": "4.5.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-04-22T13:10:47.906Z"
|
"publishedAt": "2022-11-10T16:48:38.318Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user