Skip to content

Commit

Permalink
v20.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 27, 2024
1 parent ea888d3 commit b484ed9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: "tsconfig: Switch module to node16"
hash: 24b8b04e0371736e7089b18c1e7cd96f5b93d083
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 20.6.12
title: ""
date: 2024-11-27T17:30:38.689Z
- commits:
- subject: Fix `organization.invite.create` and `application.invite.create`
descriptions incorrectly saying usernames can be used for the `invitee`
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/).

## 20.6.12 - 2024-11-27

* tsconfig: Switch module to node16 [Thodoris Greasidis]

## 20.6.11 - 2024-11-26

* Fix `organization.invite.create` and `application.invite.create` descriptions incorrectly saying usernames can be used for the `invitee` option [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-sdk",
"version": "20.6.11",
"version": "20.6.12",
"description": "The Balena JavaScript SDK",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -140,6 +140,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2024-11-26T23:38:54.766Z"
"publishedAt": "2024-11-27T17:30:39.187Z"
}
}

0 comments on commit b484ed9

Please sign in to comment.