mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
v1.19.1
This commit is contained in:
parent
fffe5e278f
commit
d1b5a2aea1
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: update winget-releaser v2"
|
||||||
|
hash: ea184eb6352b7988c6ab1f439d30c297610cd84e
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Vedant
|
||||||
|
nested: []
|
||||||
|
version: 1.19.1
|
||||||
|
title: ""
|
||||||
|
date: 2023-12-22T08:12:34.451Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Use native ARM runner for Apple Silicon builds
|
- subject: Use native ARM runner for Apple Silicon builds
|
||||||
hash: 01a96bb6de1ff00d20f7784469dd05286069e014
|
hash: 01a96bb6de1ff00d20f7784469dd05286069e014
|
||||||
|
@ -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.19.1
|
||||||
|
## (2023-12-22)
|
||||||
|
|
||||||
|
* patch: update winget-releaser v2 [Vedant]
|
||||||
|
|
||||||
# v1.19.0
|
# v1.19.0
|
||||||
## (2023-12-21)
|
## (2023-12-21)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.0",
|
"version": "1.19.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.0",
|
"version": "1.19.1",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"productName": "balenaEtcher",
|
"productName": "balenaEtcher",
|
||||||
"version": "1.19.0",
|
"version": "1.19.1",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": ".webpack/main",
|
"main": ".webpack/main",
|
||||||
"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.",
|
||||||
@ -162,6 +162,6 @@
|
|||||||
"node": ">=18 <20"
|
"node": ">=18 <20"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-12-21T16:41:57.918Z"
|
"publishedAt": "2023-12-22T08:12:34.933Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user