diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 648dce47..a05c51d8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 47cda5bc..d7d0c5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5a981edf..31ad4b62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.11.5", + "version": "1.11.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d476bf7e..32007812 100644 --- a/package.json +++ b/package.json @@ -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" } }