mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
v1.10.10
This commit is contained in:
parent
ce52ef95a9
commit
9b2f2eb4c3
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Update dependency @types/node to 14.18.34
|
||||
hash: aa3756ad172e939dff88ad213fda2b57966341c6
|
||||
body: |
|
||||
Update @types/node to 14.18.34
|
||||
|
||||
Update @types/node from 14.18.33 to 14.18.34
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Renovate Bot
|
||||
nested: []
|
||||
version: 1.10.10
|
||||
title: ""
|
||||
date: 2022-12-07T02:19:17.414Z
|
||||
- commits:
|
||||
- subject: Enable repository configuration
|
||||
hash: 0d5bb4935f860a5b7f58810fce8084dc8f82dd65
|
||||
|
@ -3,6 +3,11 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v1.10.10
|
||||
## (2022-12-07)
|
||||
|
||||
* Update dependency @types/node to 14.18.34 [Renovate Bot]
|
||||
|
||||
# v1.10.9
|
||||
## (2022-12-06)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.10.9",
|
||||
"version": "1.10.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.10.9",
|
||||
"version": "1.10.10",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
@ -124,6 +124,6 @@
|
||||
"node": ">=14 < 16"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-12-06T23:59:22.120Z"
|
||||
"publishedAt": "2022-12-07T02:19:18.172Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user