Skip to content

Commit a816975

Browse files
chore(release): @ucast/mongo@2.4.0 [skip ci]
1 parent bbe850a commit a816975

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/mongo/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [2.4.0](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.3.3...@ucast/mongo@2.4.0) (2020-11-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **parser:** prevents mangling of `parseField` and `parseFieldOperators` methods of `ObjectQueryParser` ([3b4734b](https://github.com/stalniy/ucast/commit/3b4734b8ac46514aa46855f169e48708d5a9a4b3))
11+
12+
13+
### Features
14+
15+
* **parser:** extracts `ObjectQueryParser` out of `MongoQueryParser` into reusable piece ([38941dd](https://github.com/stalniy/ucast/commit/38941dd003dfb0ac9d9f7c867d49b0bbd0b5e716))
16+
517
## [2.3.3](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.3.2...@ucast/mongo@2.3.3) (2020-10-17)
618

719

packages/mongo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ucast/mongo",
3-
"version": "2.3.3",
3+
"version": "2.4.0",
44
"description": "git@github.com:stalniy/ucast.git",
55
"main": "dist/es6c/index.js",
66
"module": "dist/es5m/index.js",

0 commit comments

Comments
 (0)