Skip to content

Commit

Permalink
v20.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 26, 2024
1 parent cb1fe9d commit f98ec86
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
31 changes: 31 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
- commits:
- subject: Fix `organization.invite.create` and `application.invite.create`
descriptions incorrectly saying usernames can be used for the `invitee`
option
hash: b0f9e23dc9ff99a6d5d5c7a231a6d871e6d78413
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
- subject: Deprecate `organization.membership.create` in favor of
`organization.invite.create`
hash: f87ee9f158fae22269be2a8426ecaaae600190ea
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
- subject: Fix typo in `application.membership.create` description
hash: c446c0bd2e9c3880c84b4cbb64b60e0685bca0dd
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 20.6.11
title: ""
date: 2024-11-26T23:38:54.200Z
- commits:
- subject: "renovate: Fix rebaseWhen option typo"
hash: 823577dabde12cca106016fd368e59d0cd31e4a6
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/).

## 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]
* Deprecate `organization.membership.create` in favor of `organization.invite.create` [myarmolinsky]
* Fix typo in `application.membership.create` description [myarmolinsky]

## 20.6.10 - 2024-11-26

* renovate: Fix rebaseWhen option typo [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": "20.6.10",
"version": "20.6.11",
"description": "The Balena JavaScript SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -139,6 +139,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2024-11-26T22:30:53.703Z"
"publishedAt": "2024-11-26T23:38:54.766Z"
}
}

0 comments on commit f98ec86

Please sign in to comment.