mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
v1.8.7
This commit is contained in:
parent
7a7ea374e9
commit
cd2ebf15fc
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency immutable to 3.8.2
|
||||||
|
hash: 330df325f9b2eb855c6213f91cdb0d4cf1439525
|
||||||
|
body: |
|
||||||
|
Update immutable to 3.8.2
|
||||||
|
|
||||||
|
Update immutable from 3.8.1 to 3.8.2
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.8.7
|
||||||
|
title: ""
|
||||||
|
date: 2022-11-08T06:19:12.271Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency electron-rebuild to 3.2.9
|
- subject: Update dependency electron-rebuild to 3.2.9
|
||||||
hash: 3dc54405feebce319bb29933f9bad52621067f0a
|
hash: 3dc54405feebce319bb29933f9bad52621067f0a
|
||||||
|
@ -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.8.7
|
||||||
|
## (2022-11-08)
|
||||||
|
|
||||||
|
* Update dependency immutable to 3.8.2 [Renovate Bot]
|
||||||
|
|
||||||
# v1.8.6
|
# v1.8.6
|
||||||
## (2022-11-08)
|
## (2022-11-08)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.8.6",
|
"version": "1.8.7",
|
||||||
"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.8.6",
|
"version": "1.8.7",
|
||||||
"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-08T05:18:30.058Z"
|
"publishedAt": "2022-11-08T06:19:12.903Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user