Skip to content

Commit

Permalink
chore(main): release 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 16, 2023
1 parent f68622e commit b4e0a7c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

[1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions

## [6.5.0](https://github.com/googleapis/nodejs-firestore/compare/v6.4.2...v6.5.0) (2023-02-16)


### Features

* Add `OR` query support ([#1803](https://github.com/googleapis/nodejs-firestore/issues/1803)) ([f68622e](https://github.com/googleapis/nodejs-firestore/commit/f68622e25cb454c14fe58db8a12656d189d18df6))


### Bug Fixes

* **deps:** Use google-gax v3.5.3 ([#1818](https://github.com/googleapis/nodejs-firestore/issues/1818)) ([88981ad](https://github.com/googleapis/nodejs-firestore/commit/88981ad8749b0aa38dfe9bcdd4ca5e60d76c8776))
* Emulator support for system tests. Run system tests against the emulator using: `yarn system-test:grpc:emulator` or `yarn system-test:rest:emulator` ([8aedc63](https://github.com/googleapis/nodejs-firestore/commit/8aedc63138827ea03a8dacae4e7bccdf048a2be7))
* Update the depth validation used when writing documents, so that it matches the validation of the Firestore backend. ([789d9eb](https://github.com/googleapis/nodejs-firestore/commit/789d9eb7f54b5329b17ef759f29252d17da47e26))

## [6.4.2](https://github.com/googleapis/nodejs-firestore/compare/v6.4.1...v6.4.2) (2023-01-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/firestore",
"description": "Firestore Client Library for Node.js",
"version": "6.4.2",
"version": "6.5.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/firestore": "^6.4.2"
"@google-cloud/firestore": "^6.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit b4e0a7c

Please sign in to comment.