mongodb 6.16.0-dev.20250514.sha.c529f07c → 6.16.0-dev.20250523.sha.c33c2f5c

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb",
3
- "version": "6.16.0-dev.20250514.sha.c529f07c",
3
+ "version": "6.16.0-dev.20250523.sha.c33c2f5c",
4
4
  "description": "The official MongoDB driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "files": [