Skip to content

Commit b848fbe

Browse files
v4.2.3
1 parent 2c73c04 commit b848fbe

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: Avoid setting $count `options` for $orderby when not provided
3+
hash: 4e1f9750aed95dba4731d1fe9e7a46a000ea4ab6
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
version: 4.2.3
10+
title: ""
11+
date: 2025-04-01T08:42:18.322Z
112
- commits:
213
- subject: Update dependency mocha to v11
314
hash: 118d83467fc89b977ad89f7b9444897739399693

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v4.2.3
8+
## (2025-04-01)
9+
10+
* Avoid setting $count `options` for $orderby when not provided [Thodoris Greasidis]
11+
712
# v4.2.2
813
## (2025-03-25)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/odata-parser",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "An OData parser written in OMeta",
55
"main": "odata-parser.js",
66
"scripts": {
@@ -39,6 +39,6 @@
3939
"npm": ">=8.1.0"
4040
},
4141
"versionist": {
42-
"publishedAt": "2025-03-25T16:34:08.623Z"
42+
"publishedAt": "2025-04-01T08:42:18.450Z"
4343
}
4444
}

0 commit comments

Comments
 (0)