Skip to content

Commit 2eb337c

Browse files
v4.3.0
1 parent a95ed54 commit 2eb337c

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.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: Add `ParameterAliasBind` typing utility
3+
hash: 2f357db4d0308f7af528c071a959dea097e11a7b
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Otavio Jacobi
9+
version: 4.3.0
10+
title: ""
11+
date: 2026-06-03T14:44:38.692Z
112
- commits:
213
- subject: Avoid duplicate parenthesis check in `FilterNegateExpression`
314
hash: 53902d15f20b2fe4d5e97265eeac0e5ef5186580

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.3.0
8+
## (2026-06-03)
9+
10+
* Add `ParameterAliasBind` typing utility [Otavio Jacobi]
11+
712
# v4.2.30
813
## (2026-05-08)
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.30",
3+
"version": "4.3.0",
44
"description": "An OData parser written in OMeta",
55
"type": "commonjs",
66
"main": "odata-parser.js",
@@ -38,6 +38,6 @@
3838
"npm": ">=8.1.0"
3939
},
4040
"versionist": {
41-
"publishedAt": "2026-05-08T11:57:37.980Z"
41+
"publishedAt": "2026-06-03T14:44:38.807Z"
4242
}
4343
}

0 commit comments

Comments
 (0)