Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 17, 2024
1 parent 14c7dcd commit 222589a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add takeover action for some device types
hash: f522a6b9002c074fd4f68c0bdfdc032ff1c06a41
body: ""
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
version: 6.2.0
title: ""
date: 2024-11-17T17:10:42.234Z
- commits:
- subject: Enable OS Updates to pre-release versions of higher base semver
hash: 1b3e83b9519157be1ca9ba7756bba87a08bea04a
Expand Down Expand Up @@ -316,7 +328,9 @@
```
lib/index.ts:30:38 - error TS2345: Argument of type 'readonly (string | number)[]' is not assignable to parameter of type 'string | ConcatArray<string>'.
lib/index.ts:30:38 - error TS2345: Argument of type 'readonly (string |
number)[]' is not assignable to parameter of type 'string |
ConcatArray<string>'.
Type 'readonly (string | number)[]' is not assignable to type 'string'.
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/).

## 6.2.0 - 2024-11-17

* Add takeover action for some device types [Felipe Lalanne]

## 6.1.0 - 2024-01-04

* Enable OS Updates to pre-release versions of higher base semver [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-hup-action-utils",
"version": "6.1.0",
"version": "6.2.0",
"description": "Balena hostOS update validations & utilities",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -59,6 +59,6 @@
"typed-error": "^3.2.2"
},
"versionist": {
"publishedAt": "2024-01-04T13:32:14.488Z"
"publishedAt": "2024-11-17T17:10:42.307Z"
}
}

0 comments on commit 222589a

Please sign in to comment.