mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 09:16:38 +00:00
v1.11.6
This commit is contained in:
parent
e8dc6579fe
commit
b0b7c53294
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Update dependency tslib to 2.4.1
|
||||
hash: f0747abe3fde8df4a004573a3ffd49134dd6d40d
|
||||
body: |
|
||||
Update tslib to 2.4.1
|
||||
|
||||
Update tslib from 2.0.0 to 2.4.1
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Renovate Bot
|
||||
nested: []
|
||||
- subject: "Patch: run linux build on ubuntu-20.04"
|
||||
hash: adcd8e0325bc891460b3e51aa5403f8675189f13
|
||||
body: >-
|
||||
as [`18.04` has been
|
||||
removed](https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/)
|
||||
|
||||
|
||||
We cannot use `latest` as the glibc version will cause issue with older ubuntu version.
|
||||
footer: {}
|
||||
author: Edwin Joassart
|
||||
nested: []
|
||||
version: 1.11.6
|
||||
title: ""
|
||||
date: 2022-12-12T17:59:43.391Z
|
||||
- commits:
|
||||
- subject: Update dependency ts-loader to 8.4.0
|
||||
hash: 5ae9a263619e9bb499705ee7c19df5707ea3936c
|
||||
|
@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v1.11.6
|
||||
## (2022-12-12)
|
||||
|
||||
* Update dependency tslib to 2.4.1 [Renovate Bot]
|
||||
* Patch: run linux build on ubuntu-20.04 [Edwin Joassart]
|
||||
|
||||
# v1.11.5
|
||||
## (2022-12-10)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.11.5",
|
||||
"version": "1.11.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.11.5",
|
||||
"version": "1.11.6",
|
||||
"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-10T12:28:19.598Z"
|
||||
"publishedAt": "2022-12-12T17:59:44.088Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user