From 116e8bb6401c5dafe206eef495cf7cad9d47639d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:46:02 +0000 Subject: [PATCH] v6.3.0 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d2243db..ccc7ba0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Support PUT/PATCH/DELETE requests on resources with a translated ID field + hash: 65b06761fca1b13e13ec99c4ed5394814feff4ef + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: 6.3.0 + title: "" + date: 2024-08-26T16:45:57.380Z - commits: - subject: Update dependencies hash: 5bb046976db9be203106ebd20db6248064fc9728 diff --git a/CHANGELOG.md b/CHANGELOG.md index b73f043..bc579db 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/). +## 6.3.0 - 2024-08-26 + +* Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis] + ## 6.2.8 - 2024-08-26 diff --git a/package.json b/package.json index fcc29c1..aadfa8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-to-abstract-sql", - "version": "6.2.8", + "version": "6.3.0", "description": "A consumer of the OData parser, written in OMeta", "type": "commonjs", "main": "out/odata-to-abstract-sql.js", @@ -54,6 +54,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-08-26T13:17:56.942Z" + "publishedAt": "2024-08-26T16:45:57.690Z" } }