This commit is contained in:
balenaCI 2022-12-09 08:58:01 +00:00
parent fa41d21e27
commit 0899a1c183
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 lint-staged to 10.5.4
hash: 54e6c5e2c137073e6229fa28726d8f6b08853fcc
body: |
Update lint-staged to 10.5.4
Update lint-staged from 10.2.2 to 10.5.4
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.21
title: ""
date: 2022-12-09T08:57:59.766Z
- commits:
- subject: Update dependency husky to 4.3.8
hash: cf8b5790a1e9cf853328f128f9c52d72d5ac1da5

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.10.21
## (2022-12-09)
* Update dependency lint-staged to 10.5.4 [Renovate Bot]
# v1.10.20
## (2022-12-09)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.20",
"version": "1.10.21",
"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-09T06:59:31.913Z"
"publishedAt": "2022-12-09T08:58:00.388Z"
}
}