diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 56e683f35..1645615c0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,46 @@ +- commits: + - subject: Update lodash typings + hash: 734fd4c97f9438df4d2f80430739a4f1036e62cf + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: Add support for `/$count` with nested `$filter` in $orderby & $orderby + hash: 55bbd0fe9359bc1d6e88c5f5eb6a65369c70d9c0 + body: | + Update @balena/odata-parser from 2.3.0 to 2.4.0 + Update @balena/odata-to-abstractsql from 5.4.14 to 5.5.0 + footer: + Resolves: "#577" + resolves: "#577" + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: + - commits: + - subject: Add support for `/$count` with nested `$filter` in $orderby & $orderby + hash: 350c08b3a8a8877290f1c753a57e86404f0d9548 + body: "" + footer: + Change-type: minor + change-type: minor + See: https://github.com/balena-io/pinejs/issues/577 + see: https://github.com/balena-io/pinejs/issues/577 + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: odata-parser-2.4.0 + title: "'Add support for with nested in & '" + date: 2022-09-15T06:56:48.376Z + version: 14.51.0 + title: "" + date: 2022-09-16T13:49:10.005Z - commits: - subject: Add async migrator hash: 133896dadbb443130d20879fd9fee751fdbc705e diff --git a/CHANGELOG.md b/CHANGELOG.md index be2f6772c..5d503f032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.51.0 +## (2022-09-16) + +* Update lodash typings [Thodoris Greasidis] + +
+ Add support for `/$count` with nested `$filter` in $orderby & $orderby [Thodoris Greasidis] + +> ## odata-parser-2.4.0 +> ### (2022-09-15) +> +> * Add support for `/$count` with nested `$filter` in $orderby & $orderby [Thodoris Greasidis] +> +
+ # v14.50.0 ## (2022-09-09) diff --git a/VERSION b/VERSION index ad5928594..6e19648a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.50.0 \ No newline at end of file +14.51.0 \ No newline at end of file diff --git a/package.json b/package.json index 6b594c44a..16a6e8241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.50.0", + "version": "14.51.0", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -141,6 +141,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2022-09-09T14:19:48.978Z" + "publishedAt": "2022-09-16T13:49:10.986Z" } }