diff --git a/CHANGELOG.md b/CHANGELOG.md index da9a417e7..06df5cec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions +## [6.2.1](https://github.com/googleapis/nodejs-firestore/compare/v6.2.0...v6.2.1) (2022-09-15) + + +### Bug Fixes + +* Tests will now verify asynchronous termination of underlying steam, and fix related bug. ([#1772](https://github.com/googleapis/nodejs-firestore/issues/1772)) ([a1717ff](https://github.com/googleapis/nodejs-firestore/commit/a1717ff279f1ea9647e28b8e93539bcad9739af0)) + ## [6.2.0](https://github.com/googleapis/nodejs-firestore/compare/v6.1.0...v6.2.0) (2022-09-13) diff --git a/package.json b/package.json index 5de206ed3..047fbe13c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/firestore", "description": "Firestore Client Library for Node.js", - "version": "6.2.0", + "version": "6.2.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index 64484028f..8f95016e7 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "mocha --timeout 600000" }, "dependencies": { - "@google-cloud/firestore": "^6.2.0" + "@google-cloud/firestore": "^6.2.1" }, "devDependencies": { "chai": "^4.2.0",