diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 547f8af5e..960cd2b7f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c30fa7877..36fb79672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index 84cc791fd..13633466f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -138,6 +138,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2023-08-23T09:36:05.293Z" + "publishedAt": "2023-08-24T21:36:27.742Z" } }