Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 4b6e607

Browse files
committed
chore(release): 3.2.3
1 parent 70a7d94 commit 4b6e607

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.3"></a>
6+
## [3.2.3](https://github.com/mongodb-js/mongodb-core/compare/v3.2.2...v3.2.3) (2019-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **uri_parser:** restore original compression parsing ([70a7d94](https://github.com/mongodb-js/mongodb-core/commit/70a7d94))
12+
* **uri_parser:** support URI Options spec tests ([c067dbc](https://github.com/mongodb-js/mongodb-core/commit/c067dbc))
13+
14+
15+
516
<a name="3.2.2"></a>
617
## [3.2.2](https://github.com/mongodb-js/mongodb-core/compare/v3.2.1...v3.2.2) (2019-03-22)
718

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-core",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)