From ea31152cbf1a63255bc4ba9a8c2e71ffb10d79de Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:40:34 +0000 Subject: [PATCH] v17.2.0 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a14aaa076..cf8aa8f81 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "odata/abstract-sql-compiler: Add support for specifying the model name + for config files" + hash: 31181277c9653e465bee64ae6275df025d4b546c + body: | + This allows choosing which model to use when the config file contains + multiple models + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + version: 17.2.0 + title: "" + date: 2024-06-27T13:40:31.167Z - commits: - subject: Migrate sbvr-server to typescript hash: ed2267c4b4cbe448b6062263b90a97492176663c diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e493660..36635e07f 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/). +# v17.2.0 +## (2024-06-27) + +* odata/abstract-sql-compiler: Add support for specifying the model name for config files [Pagan Gazzard] + # v17.1.6 ## (2024-06-26) diff --git a/VERSION b/VERSION index d0877ce9d..b60b376a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.1.6 \ No newline at end of file +17.2.0 \ No newline at end of file diff --git a/package.json b/package.json index cbe5b0614..cc80c5adb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "17.1.6", + "version": "17.2.0", "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-26T10:08:02.996Z" + "publishedAt": "2024-06-27T13:40:31.930Z" } }