This commit is contained in:
flowzone-app[bot] 2023-12-22 12:57:38 +00:00 committed by GitHub
parent 8eacab2c4b
commit 46e31532b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: "fix: typos"
hash: aaac1336702b7ac4a07992f41db4f0bcdb931c70
body: ""
footer:
Change-type: patch
change-type: patch
author: Rotzbua
nested: []
version: 1.19.2
title: ""
date: 2023-12-22T12:57:35.441Z
- commits: - commits:
- subject: "patch: update winget-releaser v2" - subject: "patch: update winget-releaser v2"
hash: ea184eb6352b7988c6ab1f439d30c297610cd84e hash: ea184eb6352b7988c6ab1f439d30c297610cd84e

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.19.2
## (2023-12-22)
* fix: typos [Rotzbua]
# v1.19.1 # v1.19.1
## (2023-12-22) ## (2023-12-22)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.19.1", "version": "1.19.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.19.1", "version": "1.19.2",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -3,7 +3,7 @@
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"productName": "balenaEtcher", "productName": "balenaEtcher",
"version": "1.19.1", "version": "1.19.2",
"packageType": "local", "packageType": "local",
"main": ".webpack/main", "main": ".webpack/main",
"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.",
@ -162,6 +162,6 @@
"node": ">=18 <20" "node": ">=18 <20"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-12-22T08:12:34.933Z" "publishedAt": "2023-12-22T12:57:35.990Z"
} }
} }