Skip to content

Commit

Permalink
v19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 16, 2023
1 parent 54298cb commit 7c60209
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 2 deletions.
50 changes: 50 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
- commits:
- subject: "**BREAKING**: Drop support to node < 18"
hash: 3a31275b20968b5bfcd603eb88af579b31856363
body: |-
Update balena-request from 12.0.4 to 13.0.0
Update balena-register-device from 8.0.7 to 9.0.1
footer:
Change-type: major
change-type: major
author: Otávio Jacobi
nested:
- commits:
- subject: Fix balena-request peer dependency
hash: 21589a43eea60bf5e601d51bcab7b483e571fe53
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: balena-register-device-9.0.1
title: ""
date: 2023-10-11T18:27:18.967Z
- commits:
- subject: Drop supoport for node 14 & 16
hash: cc8ad72abb414347545498f6eceab01b2fcba71a
body: Update balena-request from 12.0.1 to 13.0.0
footer:
Change-type: major
change-type: major
author: Otávio Jacobi
nested: []
version: balena-register-device-9.0.0
title: ""
date: 2023-10-11T18:16:47.892Z
- commits:
- subject: Drop support for node 14 & 16
hash: c7bdf11c4ce4ea3b885a608d5ce76eeab758d32d
body: ""
footer:
Change-type: major
change-type: major
author: Otávio Jacobi
nested: []
version: balena-request-13.0.0
title: ""
date: 2023-10-11T17:43:03.483Z
version: 19.0.0
title: ""
date: 2023-10-16T16:25:52.595Z
- commits:
- subject: "jwt: Deprecate the profile fields in favor of the user_profile"
hash: 59fd11688780c2b703d036715842ad0615ed8ee1
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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/).

## 19.0.0 - 2023-10-16


<details>
<summary> **BREAKING**: Drop support to node < 18 [Otávio Jacobi] </summary>

> ### balena-register-device-9.0.1 - 2023-10-11
>
> * Fix balena-request peer dependency [Otávio Jacobi]
>
> ### balena-register-device-9.0.0 - 2023-10-11
>
> * Drop supoport for node 14 & 16 [Otávio Jacobi]
>
> ### balena-request-13.0.0 - 2023-10-11
>
> * Drop support for node 14 & 16 [Otávio Jacobi]
>
</details>

## 18.3.0 - 2023-10-09

* jwt: Deprecate the profile fields in favor of the user_profile [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-sdk",
"version": "18.3.0",
"version": "19.0.0",
"description": "The Balena JavaScript SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -138,6 +138,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2023-10-09T13:07:12.612Z"
"publishedAt": "2023-10-16T16:25:53.980Z"
}
}

0 comments on commit 7c60209

Please sign in to comment.