From 2e19c4514ac644f2b0e3d76a7a850b8e2fcba914 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Fri, 24 Feb 2023 17:45:14 +0000 Subject: [PATCH] v14.62.1 --- .versionbot/CHANGELOG.yml | 57 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 30 +++++++++++++++++++++ VERSION | 2 +- package.json | 4 +-- 4 files changed, 90 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 308fed0f5..2b3211b68 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,60 @@ +- commits: + - subject: Update @balena/odata-parser to 2.4.6 + hash: c2ae65faa13a420c87bbd2608974c3387b1350fc + body: | + Update @balena/odata-parser from 2.4.2 to 2.4.6 + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: + - commits: + - subject: Improve typings + hash: ed5fa5675021485a775eb777f2358d8041b93ce1 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: odata-parser-2.4.6 + title: "" + date: 2023-02-24T17:02:58.272Z + - commits: + - subject: Use const/let as appropriate + hash: 0824fe7d85eeb97941319749fc802f9bae3c9fb6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: odata-parser-2.4.5 + title: "" + date: 2023-02-23T16:31:08.299Z + - commits: + - subject: Use shorthand object notation + hash: 611c0480681965c7af06302264eac79fea18bded + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: odata-parser-2.4.4 + title: "" + date: 2023-02-23T16:26:30.639Z + - commits: + - subject: Update dependencies + hash: 25b153aca258347c6742cb8b4efe54c0ae199695 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: odata-parser-2.4.3 + title: "" + date: 2023-02-23T16:14:13.013Z + version: 14.62.1 + title: "" + date: 2023-02-24T17:45:10.612Z - commits: - subject: Use `affectedIds` to narrow the number of rows checked by rules hash: b76afb213dc1e120ac6b43a3c8ce2887e69407a4 diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa652db2..c04ac9fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,36 @@ 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.1 +## (2023-02-24) + + +
+ Update @balena/odata-parser to 2.4.6 [Pagan Gazzard] + +> ## odata-parser-2.4.6 +> ### (2023-02-24) +> +> * Improve typings [Pagan Gazzard] +> +> ## odata-parser-2.4.5 +> ### (2023-02-23) +> +> * Use const/let as appropriate [Pagan Gazzard] +> +> ## odata-parser-2.4.4 +> ### (2023-02-23) +> +> * Use shorthand object notation [Pagan Gazzard] +> +> ## odata-parser-2.4.3 +> ### (2023-02-23) +> +> * Update dependencies [Pagan Gazzard] +> + +
+ # v14.62.0 ## (2023-02-20) diff --git a/VERSION b/VERSION index 19cda2dc7..95341166d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.62.0 \ No newline at end of file +14.62.1 \ No newline at end of file diff --git a/package.json b/package.json index 13d972304..56766647f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.62.0", + "version": "14.62.1", "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-20T17:04:41.688Z" + "publishedAt": "2023-02-24T17:45:12.285Z" } }