Skip to content

Commit

Permalink
v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Mar 9, 2023
1 parent edb1cb6 commit b5c8e98
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: "fix(deps): update unbzip2-stream digest to a584ac3"
hash: ab3c060b9065129ca3c07f3bfcec1c2b5721b0e0
body: |
Update unbzip2-stream to
Update unbzip2-stream from to
footer:
Change-type: minor
change-type: minor
author: Renovate Bot
nested: []
version: 8.4.0
title: ""
date: 2023-03-09T11:30:48.497Z
- commits:
- subject: "patch: fix accept-enconding to prevent CF proxy decompression"
hash: 58490506c93d56dad530eddc71fed117d85cb6c8
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 8.4.0 - 2023-03-09

* fix(deps): update unbzip2-stream digest to a584ac3 [Renovate Bot]

## 8.3.1 - 2023-03-02

* patch: fix accept-enconding to prevent CF proxy decompression [JOASSART Edwin]
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "etcher-sdk",
"version": "8.3.1",
"version": "8.4.0",
"description": "Etcher SDK",
"author": "Balena Ltd <hello@balena.io>",
"main": "build/index.js",
Expand Down Expand Up @@ -105,6 +105,6 @@
"node": ">=16"
},
"versionist": {
"publishedAt": "2023-03-02T09:05:00.935Z"
"publishedAt": "2023-03-09T11:30:48.806Z"
}
}

0 comments on commit b5c8e98

Please sign in to comment.