From 3cb488a315b361f84498df13bdb19170fa5bc407 Mon Sep 17 00:00:00 2001 From: Robin Reyer Date: Wed, 21 Feb 2024 08:34:29 +0100 Subject: [PATCH] 0.0.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 536ff84..5b95a24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "odatafy-mongodb", - "version": "0.0.9", + "version": "0.0.10", "description": "convert oData requests through odatafy to MongoDB queries ", "main": "./dist/index.js", "keywords": [ @@ -40,4 +40,4 @@ "odatafy-parser": "1.3.0", "ts-node": "^10.8.0" } -} \ No newline at end of file +}