Skip to content

Commit

Permalink
v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Feb 21, 2022
1 parent aba0182 commit 7a012a9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,13 @@
- commits:
- subject: "patch: fix flashing from URL when using basic auth"
hash: a6f6cd4a19b25c26cbc36386719186a7e3c31fea
body: ""
footer: {}
author: Marco Füllemann
nested: []
version: 1.7.5
title: "'patch: fix flashing from URL when using basic auth'"
date: 2022-02-21T12:39:38.276Z
- commits:
- subject: "patch: set version update notification 1.7.3"
hash: 28adc34239f9abc7ccfe13f2810991ca0f17a645
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.7.5
## (2022-02-21)

* patch: fix flashing from URL when using basic auth [Marco Füllemann]

# v1.7.4
## (2022-02-21)

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
Expand Up @@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.4",
"version": "1.7.5",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
Expand Down Expand Up @@ -116,6 +116,6 @@
"webpack-dev-server": "4.5.0"
},
"versionist": {
"publishedAt": "2022-02-21T08:33:45.910Z"
"publishedAt": "2022-02-21T12:39:38.813Z"
}
}

0 comments on commit 7a012a9

Please sign in to comment.