This commit is contained in:
balenaCI 2023-02-22 12:12:41 +00:00
parent 802f5b2980
commit 566c14392c
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 40 additions and 4 deletions

View File

@ -1,3 +1,32 @@
- commits:
- subject: fix-typo
hash: 496f131c4b024dfcd17fde5173016f70c0d0599c
body: ""
footer:
Change-type: patch
change-type: patch
author: Lizzie Epton
nested: []
- subject: edits-to-info-about-efp
hash: f582b0215c2cf66acf652afdaa47353e1a7eac07
body: ""
footer:
Change-type: patch
change-type: patch
author: Lizzie Epton
nested: []
- subject: Add reference to etcher-efp in publishing.md
hash: 4c3c4babea5efdadbed7ba0df85f08b68a7b6f20
body: |
Add reference to etcher-efp in publishing.md
footer:
Change-type: patch
change-type: patch
author: Edwin Joassart
nested: []
version: 1.18.3
title: ""
date: 2023-02-22T12:12:40.270Z
- commits:
- subject: "patch: organize docs"
hash: e479b95d72bed6a50ae6a971598a18d8a7562f0d

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.18.3
## (2023-02-22)
* fix-typo [Lizzie Epton]
* edits-to-info-about-efp [Lizzie Epton]
* Add reference to etcher-efp in publishing.md [Edwin Joassart]
# v1.18.2
## (2023-02-21)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-etcher",
"version": "1.18.2",
"version": "1.18.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-etcher",
"version": "1.18.2",
"version": "1.18.3",
"hasInstallScript": true,
"license": "Apache-2.0",
"devDependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.18.2",
"version": "1.18.3",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -126,6 +126,6 @@
"node": ">=16"
},
"versionist": {
"publishedAt": "2023-02-21T13:17:10.517Z"
"publishedAt": "2023-02-22T12:12:40.983Z"
}
}