diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cf8aa8f81..7bdbce00e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Update generated types abstract-sql-to-typescript v3.3.0 + hash: 22e1eb1d8b704bc85941ca3fa6838114f28fb0b6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + - subject: Use assertExists in place of expectNotUndefined + hash: 3950b351c42698367de84a6608275e882adaaf56 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 17.2.1 + title: "" + date: 2024-07-03T16:30:18.482Z - commits: - subject: "odata/abstract-sql-compiler: Add support for specifying the model name for config files" diff --git a/CHANGELOG.md b/CHANGELOG.md index 36635e07f..ca1d8abfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v17.2.1 +## (2024-07-03) + +* Update generated types abstract-sql-to-typescript v3.3.0 [Otavio Jacobi] +* Use assertExists in place of expectNotUndefined [Otavio Jacobi] + # v17.2.0 ## (2024-06-27) diff --git a/VERSION b/VERSION index b60b376a0..4ccd527bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.2.0 \ No newline at end of file +17.2.1 \ No newline at end of file diff --git a/package.json b/package.json index cc80c5adb..9dcfc3460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "17.2.0", + "version": "17.2.1", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -146,6 +146,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-06-27T13:40:31.930Z" + "publishedAt": "2024-07-03T16:30:19.238Z" } }