mongodb 6.16.0-dev.20250514.sha.c529f07c → 6.16.0-dev.20250529.sha.25f5bb97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,8 @@ gpg --verify mongodb-X.Y.Z.tgz.sig mongodb-X.Y.Z.tgz
|
|
|
48
48
|
>[!Note]
|
|
49
49
|
No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
|
|
50
50
|
|
|
51
|
+
The MongoDB Node.js driver follows [semantic versioning](https://semver.org/) for its releases.
|
|
52
|
+
|
|
51
53
|
### Bugs / Feature Requests
|
|
52
54
|
|
|
53
55
|
Think you’ve found a bug? Want to see a new feature in `node-mongodb-native`? Please open a
|