Skip to content

Commit

Permalink
v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 21, 2024
1 parent 7e61bef commit cc81560
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Improve typings
hash: 67f0f3e9e3b4b37fbaeef2843dc4171a7d661c41
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Stop returning Bluebird promises & drop it from the dependencies
hash: 85375cbc1fdb0ce1ad08756f178ed55596e606d9
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
nested: []
version: 17.0.0
title: ""
date: 2024-10-21T16:20:33.486Z
- commits:
- subject: Update `balena-sdk` to 20.1.3 and API v7
hash: b0206466d090c8b4a8e741ccffbccbad0ad20c29
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

## 17.0.0 - 2024-10-21

* Improve typings [Thodoris Greasidis]
* Stop returning Bluebird promises & drop it from the dependencies [Thodoris Greasidis]

## 16.0.0 - 2024-09-17

* Update `balena-sdk` to 20.1.3 and API v7 [myarmolinsky]
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-preload",
"version": "16.0.0",
"version": "17.0.0",
"description": "Preload balena OS images with a user application container",
"license": "Apache-2.0",
"author": "Balena Ltd (https://balena.io)",
Expand Down Expand Up @@ -56,6 +56,6 @@
"prepare": "tsc"
},
"versionist": {
"publishedAt": "2024-09-17T16:59:18.888Z"
"publishedAt": "2024-10-21T16:20:33.756Z"
}
}

0 comments on commit cc81560

Please sign in to comment.