diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2b3211b68..a69dbf518 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix async migrator typings when mixing migrator fns and sql + hash: 8432b1143acc6a7bbb7d96bb21caacb4e2f96579 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 14.62.2 + title: "" + date: 2023-02-27T18:23:58.423Z - commits: - subject: Update @balena/odata-parser to 2.4.6 hash: c2ae65faa13a420c87bbd2608974c3387b1350fc diff --git a/CHANGELOG.md b/CHANGELOG.md index c04ac9fca..25ca56204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v14.62.2 +## (2023-02-27) + +* Fix async migrator typings when mixing migrator fns and sql [Pagan Gazzard] + # v14.62.1 ## (2023-02-24) diff --git a/VERSION b/VERSION index 95341166d..53a8d7373 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.62.1 \ No newline at end of file +14.62.2 \ No newline at end of file diff --git a/package.json b/package.json index 56766647f..46f7740ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.62.1", + "version": "14.62.2", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -132,6 +132,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-02-24T17:45:12.285Z" + "publishedAt": "2023-02-27T18:23:59.483Z" } }