Skip to content

Commit 6ff32a4

Browse files
v4.1.0
1 parent f20f3b3 commit 6ff32a4

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: Allow ['Null'] inside a bound list
3+
hash: ce0338116f41852351d253539f3630e085d095e0
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Otavio Jacobi
9+
version: 4.1.0
10+
title: ""
11+
date: 2025-02-11T13:47:36.947Z
112
- commits:
213
- subject: "feat: compile odata `in` to a abstract sql `eq any $listBind`"
314
hash: e0c9da393753d8bb056f7a822a6a821af1274e35

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.1.0
8+
## (2025-02-11)
9+
10+
* Allow ['Null'] inside a bound list [Otavio Jacobi]
11+
712
# v4.0.0
813
## (2025-01-29)
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.0.0",
3+
"version": "4.1.0",
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-01-29T15:24:40.271Z"
42+
"publishedAt": "2025-02-11T13:47:37.065Z"
4343
}
4444
}

0 commit comments

Comments
 (0)