mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-16 07:46:31 +00:00
v1.11.2
This commit is contained in:
parent
af2563dfc2
commit
55a0f68b97
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency string-replace-loader to 3.1.0
|
||||||
|
hash: 33f8851083d50ed2db2b1308d1f1cf8749751db5
|
||||||
|
body: |
|
||||||
|
Update string-replace-loader to 3.1.0
|
||||||
|
|
||||||
|
Update string-replace-loader from 3.0.1 to 3.1.0
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.11.2
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-10T07:32:25.553Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency sinon to 9.2.4
|
- subject: Update dependency sinon to 9.2.4
|
||||||
hash: 686a5837b69c26bc83772ed738376ce0a766fef5
|
hash: 686a5837b69c26bc83772ed738376ce0a766fef5
|
||||||
|
@ -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.11.2
|
||||||
|
## (2022-12-10)
|
||||||
|
|
||||||
|
* Update dependency string-replace-loader to 3.1.0 [Renovate Bot]
|
||||||
|
|
||||||
# v1.11.1
|
# v1.11.1
|
||||||
## (2022-12-10)
|
## (2022-12-10)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.11.1",
|
"version": "1.11.2",
|
||||||
"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.11.1",
|
"version": "1.11.2",
|
||||||
"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-10T06:19:31.578Z"
|
"publishedAt": "2022-12-10T07:32:26.265Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user