This commit is contained in:
balenaCI 2023-03-02 17:31:34 +00:00
parent 7e0519df9a
commit a0fc9bbd68
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: "patch: bump etcher-sdk to 8.3.1"
hash: bf0360e7f46ac620f95021e0c48a3a04d302e725
body: ""
footer: {}
author: JOASSART Edwin
nested: []
version: 1.18.4
title: ""
date: 2023-03-02T17:31:31.788Z
- commits: - commits:
- subject: fix-typo - subject: fix-typo
hash: 496f131c4b024dfcd17fde5173016f70c0d0599c hash: 496f131c4b024dfcd17fde5173016f70c0d0599c

View File

@ -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.18.4
## (2023-03-02)
* patch: bump etcher-sdk to 8.3.1 [JOASSART Edwin]
# v1.18.3 # v1.18.3
## (2023-02-22) ## (2023-02-22)

4
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.18.3", "version": "1.18.4",
"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-22T12:12:40.983Z" "publishedAt": "2023-03-02T17:31:32.681Z"
} }
} }