Update history.md and bum mongo package version

This commit is contained in:
Renan Castro
2022-02-11 08:16:59 -03:00
parent c09bd385c5
commit 962db08592
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
#### Independent Releases
* `mongo@1.14.4` at 2022-02-11
- Fix sync return for insert methods inside _collection private method [PR](https://github.com/meteor/meteor/pull/11907)
- Support the new "projection" field inside the decision of using oplog for a published cursor or not [PR](https://github.com/meteor/meteor/pull/11908)
* `mongo@1.14.3` at 2022-02-08
- Remove throw on _id exclusion inside mongo collection finds. [PR](https://github.com/meteor/meteor/pull/11894).
* `mongo@1.14.2` at 2022-02-06

View File

@@ -9,7 +9,7 @@
Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.14.3'
version: '1.14.4'
});
Npm.depends({