Skip to content

Commit

Permalink
v18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 26, 2023
1 parent 019db36 commit 2938975
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
- commits:
- subject: Update @balena/lint to 7.2.0
hash: d8de677a8a4aff9b0a0e0c6220cc84369547f80c
body: Update @balena/lint from 7.0.1 to 7.2.0
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Deprecate the social_service_account property of the JWTUser
hash: d2854536a6ad8a1656b61045951629dafa82b3af
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Add typings for the social_service_account resource
hash: 9d001d6de5264c63af037fb9c628e3df6a143731
body: ""
footer:
Depends-on: https://github.com/balena-io/balena-api/pull/4623
depends-on: https://github.com/balena-io/balena-api/pull/4623
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
version: 18.2.0
title: ""
date: 2023-09-26T13:23:32.399Z
- commits:
- subject: Update TypeScript to 5.2.2
hash: be1bb622fc8fc374ef99d0a67db1495accf56ec3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## 18.2.0 - 2023-09-26

* Update @balena/lint to 7.2.0 [Thodoris Greasidis]
* Deprecate the social_service_account property of the JWTUser [Thodoris Greasidis]
* Add typings for the social_service_account resource [Thodoris Greasidis]

## 18.1.4 - 2023-08-24

* Update TypeScript to 5.2.2 [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.1.4",
"version": "18.2.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-08-24T21:36:27.742Z"
"publishedAt": "2023-09-26T13:23:33.199Z"
}
}

0 comments on commit 2938975

Please sign in to comment.