Skip to content

Commit

Permalink
v1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Dec 12, 2022
1 parent e8dc657 commit b0b7c53
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-12-10T12:28:19.598Z"
"publishedAt": "2022-12-12T17:59:44.088Z"
}
}

0 comments on commit b0b7c53

Please sign in to comment.