From 389b55ac044c97d20bfe2276ad14a3677c8aa3a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:02:10 +0000 Subject: [PATCH] chore(main): release 6.17.1 --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) 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": [