Skip to content

Commit

Permalink
v18.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 24, 2023
1 parent 254069f commit 4e54ae8
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: Update TypeScript to 5.2.2
hash: be1bb622fc8fc374ef99d0a67db1495accf56ec3
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 18.1.4
title: ""
date: 2023-08-24T21:36:26.911Z
- commits:
- subject: "tests/os: Refactor some promise tests to async await"
hash: dd9959dbd631d7fdaf882a6c696c0e3bb49abe4c
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.4 - 2023-08-24

* Update TypeScript to 5.2.2 [Thodoris Greasidis]

## 18.1.3 - 2023-08-23

* tests/os: Refactor some promise tests to async await [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.3",
"version": "18.1.4",
"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-23T09:36:05.293Z"
"publishedAt": "2023-08-24T21:36:27.742Z"
}
}

0 comments on commit 4e54ae8

Please sign in to comment.