-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): @ucast/[email protected] [skip ci]
- Loading branch information
1 parent
d138ee5
commit b6850e5
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,18 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
# [2.1.0](https://github.com/stalniy/ucast/compare/@ucast/[email protected]...@ucast/[email protected]) (2020-08-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **types:** ensure `MongoQuery<any>` returns proper types and can be used with primitive values ([d138ee5](https://github.com/stalniy/ucast/commit/d138ee565bc54d623a283243dc12fc9c930dd2af)) | ||
|
||
|
||
### Features | ||
|
||
* **types:** exports CustomOperators type and adds `BuildMongoQuery` type ([5ebff17](https://github.com/stalniy/ucast/commit/5ebff1709a448d8683650b26ffff5b7e472c6ac3)) | ||
|
||
# [2.0.0](https://github.com/stalniy/ucast/compare/@ucast/[email protected]...@ucast/[email protected]) (2020-08-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ucast/mongo", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "[email protected]:stalniy/ucast.git", | ||
"main": "dist/es6c/index.js", | ||
"module": "dist/es5m/index.js", | ||
|