Skip to content

Commit d061d2c

Browse files
committed
chore(release): 3.2.2
1 parent 868cfc3 commit d061d2c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

HISTORY.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com./conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="3.2.2"></a>
6+
## [3.2.2](https://github.com./mongodb/node-mongodb-native/compare/v3.2.1...v3.2.2) (2019-03-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **asyncIterator:** stronger guard against importing async generator ([e0826fb](https://github.com./mongodb/node-mongodb-native/commit/e0826fb))
12+
13+
14+
### Features
15+
16+
* update to mongodb-core v3.2.2 ([868cfc3](https://github.com./mongodb/node-mongodb-native/commit/868cfc3))
17+
18+
19+
520
<a name="3.2.1"></a>
621
## [3.2.1](https://github.com./mongodb/node-mongodb-native/compare/v3.2.0...v3.2.1) (2019-03-21)
722

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)