We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1396ca commit 26dbcc2Copy full SHA for 26dbcc2
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+### v0.2.1 (2022-11-19)
6
+
7
+**Fix**
8
9
+- [#7 Fix the bug of aggregate url](https://github.com/surmon-china/mongodb-data-api/pull/7)
10
11
### v0.2.0 (2022-03-09)
12
13
**Feature**
package.json
@@ -1,6 +1,6 @@
1
{
"name": "mongodb-data-api",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "MongoDB atlas data API SDK for Node.js",
"author": "Surmon",
"license": "MIT",
0 commit comments