mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 10:46:31 +00:00
v1.7.15
This commit is contained in:
parent
306e40fd7b
commit
5ecd223cfc
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Build targets individually
|
||||||
|
hash: b58249b9c833763ec80402820b2c93c01fafda22
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: ab77
|
||||||
|
nested: []
|
||||||
|
version: 1.7.15
|
||||||
|
title: ""
|
||||||
|
date: 2022-11-07T21:36:35.993Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency lodash to 4.17.21 [SECURITY]
|
- subject: Update dependency lodash to 4.17.21 [SECURITY]
|
||||||
hash: f356e4c303080eefdf74f52c2b4de227d20e4e49
|
hash: f356e4c303080eefdf74f52c2b4de227d20e4e49
|
||||||
|
@ -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.15
|
||||||
|
## (2022-11-07)
|
||||||
|
|
||||||
|
* Build targets individually [ab77]
|
||||||
|
|
||||||
# v1.7.14
|
# v1.7.14
|
||||||
## (2022-11-07)
|
## (2022-11-07)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.14",
|
"version": "1.7.15",
|
||||||
"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.14",
|
"version": "1.7.15",
|
||||||
"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.",
|
||||||
@ -124,6 +124,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-11-07T20:17:54.299Z"
|
"publishedAt": "2022-11-07T21:36:36.752Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user