diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7474856791..fd1d7ee22b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.17.0" + ".": "6.17.1" } diff --git a/HISTORY.md b/HISTORY.md index b0a4b73067..7e49e58dd1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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. +## [6.17.1](https://github.com/mongodb/node-mongodb-native/compare/v6.17.0...v6.17.1) (2025-06-11) + + +### Bug Fixes + +* **NODE-6955:** add missing `wallTime` property TS change stream event interfaces ([#4541](https://github.com/mongodb/node-mongodb-native/issues/4541)) ([f153c6f](https://github.com/mongodb/node-mongodb-native/commit/f153c6f3df8c7c440af3bc0f862a30c53f9c5fc8)) + ## [6.17.0](https://github.com/mongodb/node-mongodb-native/compare/v6.16.0...v6.17.0) (2025-06-03) diff --git a/package-lock.json b/package-lock.json index 0c26601538..61a2b9352e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.17.0", + "version": "6.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.17.0", + "version": "6.17.1", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index cf9a474a86..ff27cabce6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.17.0", + "version": "6.17.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [