Skip to content

Commit 799bae4

Browse files
v4.2.29
1 parent aba4e1a commit 799bae4

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: Simplify arg checking for `FilterMethodCallExpression`
3+
hash: 6584e1b45101de7ae00506a6243e47093671e36c
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
version: 4.2.29
10+
title: ""
11+
date: 2026-05-07T14:51:52.119Z
112
- commits:
213
- subject: Revert flowzone pinning to master
314
hash: a58f209394f140eaaa2a6d85eb5cf8249c93d48d

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.29
8+
## (2026-05-07)
9+
10+
* Simplify arg checking for `FilterMethodCallExpression` [Pagan Gazzard]
11+
712
# v4.2.28
813
## (2026-03-26)
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.28",
3+
"version": "4.2.29",
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-03-26T17:18:49.295Z"
41+
"publishedAt": "2026-05-07T14:51:52.220Z"
4242
}
4343
}

0 commit comments

Comments
 (0)