This commit is contained in:
balenaCI 2022-12-10 07:32:27 +00:00
parent af2563dfc2
commit 55a0f68b97
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 string-replace-loader to 3.1.0
hash: 33f8851083d50ed2db2b1308d1f1cf8749751db5
body: |
Update string-replace-loader to 3.1.0
Update string-replace-loader from 3.0.1 to 3.1.0
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.11.2
title: ""
date: 2022-12-10T07:32:25.553Z
- commits:
- subject: Update dependency sinon to 9.2.4
hash: 686a5837b69c26bc83772ed738376ce0a766fef5

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.11.2
## (2022-12-10)
* Update dependency string-replace-loader to 3.1.0 [Renovate Bot]
# v1.11.1
## (2022-12-10)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.1",
"version": "1.11.2",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-12-10T06:19:31.578Z"
"publishedAt": "2022-12-10T07:32:26.265Z"
}
}