mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
v1.10.12
This commit is contained in:
parent
24eb8b05b0
commit
61dd22bdf3
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency css-loader to 5.2.7
|
||||||
|
hash: 6991a4950bfb2b7c9ad93df4c76170003b7d47f0
|
||||||
|
body: |
|
||||||
|
Update css-loader to 5.2.7
|
||||||
|
|
||||||
|
Update css-loader from 5.0.1 to 5.2.7
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.10.12
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-08T15:56:12.526Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency awscli to 1.27.24
|
- subject: Update dependency awscli to 1.27.24
|
||||||
hash: 72b4d4f4fa5a013d9a808402660186a92b165bc7
|
hash: 72b4d4f4fa5a013d9a808402660186a92b165bc7
|
||||||
|
@ -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.10.12
|
||||||
|
## (2022-12-08)
|
||||||
|
|
||||||
|
* Update dependency css-loader to 5.2.7 [Renovate Bot]
|
||||||
|
|
||||||
# v1.10.11
|
# v1.10.11
|
||||||
## (2022-12-07)
|
## (2022-12-07)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.10.11",
|
"version": "1.10.12",
|
||||||
"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.10.11",
|
"version": "1.10.12",
|
||||||
"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-12-07T03:21:59.119Z"
|
"publishedAt": "2022-12-08T15:56:13.162Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user