mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-17 16:26:31 +00:00
v1.10.23
This commit is contained in:
parent
96f4569342
commit
adaa07b4b0
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency mocha to 8.4.0
|
||||||
|
hash: be190c6c802f0cb6f5f68981b255aa4e620db2f7
|
||||||
|
body: |
|
||||||
|
Update mocha to 8.4.0
|
||||||
|
|
||||||
|
Update mocha from 8.0.1 to 8.4.0
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.10.23
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-09T13:05:52.859Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency mini-css-extract-plugin to 1.6.2
|
- subject: Update dependency mini-css-extract-plugin to 1.6.2
|
||||||
hash: d35f3c30498e3a8d8b8eb74a50952489f1c629fc
|
hash: d35f3c30498e3a8d8b8eb74a50952489f1c629fc
|
||||||
|
@ -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.23
|
||||||
|
## (2022-12-09)
|
||||||
|
|
||||||
|
* Update dependency mocha to 8.4.0 [Renovate Bot]
|
||||||
|
|
||||||
# v1.10.22
|
# v1.10.22
|
||||||
## (2022-12-09)
|
## (2022-12-09)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.10.22",
|
"version": "1.10.23",
|
||||||
"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.22",
|
"version": "1.10.23",
|
||||||
"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-09T10:57:44.602Z"
|
"publishedAt": "2022-12-09T13:05:53.483Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user