Skip to content

Commit

Permalink
v23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 4, 2024
1 parent 7328680 commit 4c7e5b8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 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: Add auth.credentials_login permission to default-user
hash: cc8071c77f52d97c4ec0e34085f00b9599ba41af
body: ""
footer:
Change-type: minor
change-type: minor
author: Otavio Jacobi
nested: []
version: 23.1.0
title: ""
date: 2024-06-04T20:24:34.911Z
- commits:
- subject: Switch from `Object.prototype.hasOwnProperty.call` to `Object.hasOwn`
hash: 69efa33de1c9cb9ba0c5c219f3b4628840f98745
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/).

## 23.1.0 - 2024-06-04

* Add auth.credentials_login permission to default-user [Otavio Jacobi]

## 23.0.2 - 2024-06-04

* Switch from `Object.prototype.hasOwnProperty.call` to `Object.hasOwn` [Pagan Gazzard]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "23.0.2",
"version": "23.1.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -165,6 +165,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-06-04T14:37:03.090Z"
"publishedAt": "2024-06-04T20:24:35.747Z"
}
}

0 comments on commit 4c7e5b8

Please sign in to comment.