mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-26 20:56:34 +00:00
v1.18.2
This commit is contained in:
parent
4e9039c244
commit
75fce8ab41
@ -1,3 +1,45 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: organize docs"
|
||||||
|
hash: e479b95d72bed6a50ae6a971598a18d8a7562f0d
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: mcraa
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: actualized develop guide"
|
||||||
|
hash: 926ff2b7549d8b187b18ee452ce48c62f6cd3531
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: mcraa
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: updated commit message guide"
|
||||||
|
hash: 394b64319de11b1010b8acfe160de13a6f3851cd
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: mcraa
|
||||||
|
nested: []
|
||||||
|
- subject: add-item-from-FAQs
|
||||||
|
hash: 96fa53b6ee4ec7a29522df488b927074c0f301ca
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Lizzie Epton
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: removed gt characters from contributing guide"
|
||||||
|
hash: 9b54e2af0b9356bb73e197cccbcc2ff89673361f
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: mcraa
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: added docosaurus site name"
|
||||||
|
hash: b01cf3c2e1c3a7a234c8b957bd570ecdca81e0c1
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: mcraa
|
||||||
|
nested: []
|
||||||
|
version: 1.18.2
|
||||||
|
title: ""
|
||||||
|
date: 2023-02-21T13:17:09.606Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: use @electron/remote for locating rpiboot files"
|
- subject: "patch: use @electron/remote for locating rpiboot files"
|
||||||
hash: 04fa3dcd8c619dce927221cef5799b5210354d2e
|
hash: 04fa3dcd8c619dce927221cef5799b5210354d2e
|
||||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -3,6 +3,16 @@
|
|||||||
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.18.2
|
||||||
|
## (2023-02-21)
|
||||||
|
|
||||||
|
* patch: organize docs [mcraa]
|
||||||
|
* patch: actualized develop guide [mcraa]
|
||||||
|
* patch: updated commit message guide [mcraa]
|
||||||
|
* add-item-from-FAQs [Lizzie Epton]
|
||||||
|
* patch: removed gt characters from contributing guide [mcraa]
|
||||||
|
* patch: added docosaurus site name [mcraa]
|
||||||
|
|
||||||
# v1.18.1
|
# v1.18.1
|
||||||
## (2023-02-15)
|
## (2023-02-15)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.1",
|
"version": "1.18.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.1",
|
"version": "1.18.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.18.1",
|
"version": "1.18.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.",
|
||||||
@ -126,6 +126,6 @@
|
|||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-02-15T14:54:46.640Z"
|
"publishedAt": "2023-02-21T13:17:10.517Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user