Skip to content

Commit

Permalink
chore(main): release 9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 20, 2024
1 parent 5c0ddbc commit 7f78c86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [9.2.2](https://github.com/googleapis/nodejs-datastore/compare/v9.2.1...v9.2.2) (2024-11-20)


### Bug Fixes

* Not check sub-property existence for `null` values ([#1330](https://github.com/googleapis/nodejs-datastore/issues/1330)) ([5c0ddbc](https://github.com/googleapis/nodejs-datastore/commit/5c0ddbca91c41e056443eb0b60449f3cdddd6e69))

## [9.2.1](https://github.com/googleapis/nodejs-datastore/compare/v9.2.0...v9.2.1) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/datastore",
"version": "9.2.1",
"version": "9.2.2",
"description": "Cloud Datastore Client Library for Node.js",
"keywords": [
"google apis client",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/datastore": "^9.2.1",
"@google-cloud/datastore": "^9.2.2",
"sinon": "^18.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7f78c86

Please sign in to comment.