Skip to content

Commit

Permalink
chore(main): release 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 4, 2024
1 parent 73a0a39 commit d637541
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

## [8.7.1](https://github.com/googleapis/nodejs-datastore/compare/v8.7.0...v8.7.1) (2024-04-04)


### Bug Fixes

* Read time should be used for transaction reads ([#1171](https://github.com/googleapis/nodejs-datastore/issues/1171)) ([73a0a39](https://github.com/googleapis/nodejs-datastore/commit/73a0a39b4c0423a5b4802076cdce80fce7c9adda))

## [8.7.0](https://github.com/googleapis/nodejs-datastore/compare/v8.6.0...v8.7.0) (2024-04-02)


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": "8.7.0",
"version": "8.7.1",
"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": "^8.7.0",
"@google-cloud/datastore": "^8.7.1",
"sinon": "^17.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d637541

Please sign in to comment.