This commit is contained in:
balenaCI 2022-11-08 08:40:23 +00:00
parent d84e7211be
commit db136926a9
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Update dependency semver to 7.3.8
hash: 8357cc19d258103bc66061467ac984b1adae6456
body: |
Update semver to 7.3.8
Update semver from 7.3.2 to 7.3.8
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.8.9
title: ""
date: 2022-11-08T08:40:21.355Z
- commits: - commits:
- subject: Update dependency omit-deep-lodash to 1.1.7 - subject: Update dependency omit-deep-lodash to 1.1.7
hash: a4f944e7959431f24b55c44dbcde2b13530cf902 hash: a4f944e7959431f24b55c44dbcde2b13530cf902

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.8.9
## (2022-11-08)
* Update dependency semver to 7.3.8 [Renovate Bot]
# v1.8.8 # v1.8.8
## (2022-11-08) ## (2022-11-08)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.8.8", "version": "1.8.9",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.8.8", "version": "1.8.9",
"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.",
@ -124,6 +124,6 @@
"node": ">=14 < 16" "node": ">=14 < 16"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-11-08T07:33:37.088Z" "publishedAt": "2022-11-08T08:40:21.969Z"
} }
} }