Skip to content

Commit

Permalink
v18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 22, 2023
1 parent dc73e92 commit 65b390c
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: "logs: Emit errors when initializing the SDK with debug: true"
hash: a9247d6ef2309504746a621877ee6e1df3eaaf7f
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 18.1.1
title: ""
date: 2023-08-22T16:11:18.789Z
- commits:
- subject: Improve the auth.getActorId() tests
hash: 2d574ac35a7a259cc85107808835c44d7ec88e71
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/).

## 18.1.1 - 2023-08-22

* logs: Emit errors when initializing the SDK with debug: true [Thodoris Greasidis]

## 18.1.0 - 2023-08-22

* Improve the auth.getActorId() tests [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.0",
"version": "18.1.1",
"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-22T10:41:47.393Z"
"publishedAt": "2023-08-22T16:11:19.643Z"
}
}

0 comments on commit 65b390c

Please sign in to comment.