This commit is contained in:
balenaCI 2022-12-16 16:59:05 +00:00
parent d63c09e2c2
commit 8d46ee4c22
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 webpack-dev-server to 4.11.1
hash: c9e9d7d109ee103402acea1c7be4bac2f674168a
body: |
Update webpack-dev-server to 4.11.1
Update webpack-dev-server from 4.5.0 to 4.11.1
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.12.2
title: ""
date: 2022-12-16T16:59:03.254Z
- commits: - commits:
- subject: "Patch: expose trim ext{2,3,4} setting" - subject: "Patch: expose trim ext{2,3,4} setting"
hash: b9a82be29bee61a41f6f6a5ca6043dd8a7bee547 hash: b9a82be29bee61a41f6f6a5ca6043dd8a7bee547

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.12.2
## (2022-12-16)
* Update dependency webpack-dev-server to 4.11.1 [Renovate Bot]
# v1.12.1 # v1.12.1
## (2022-12-16) ## (2022-12-16)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.12.1", "version": "1.12.2",
"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.12.1", "version": "1.12.2",
"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": ">=14 < 16" "node": ">=14 < 16"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-12-16T15:02:35.161Z" "publishedAt": "2022-12-16T16:59:04.038Z"
} }
} }