Skip to content

Commit cae2dd4

Browse files
chore(main): release 8.6.0
1 parent 1585d4a commit cae2dd4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [8.6.0](https://github.com/googleapis/nodejs-datastore/compare/v8.5.0...v8.6.0) (2024-02-26)
8+
9+
10+
### Features
11+
12+
* Nodejs transaction redesign feature branch ([#1235](https://github.com/googleapis/nodejs-datastore/issues/1235)) ([1585d4a](https://github.com/googleapis/nodejs-datastore/commit/1585d4a4e1b4b16d198307a3e97ffcf156d000b1))
13+
714
## [8.5.0](https://github.com/googleapis/nodejs-datastore/compare/v8.4.0...v8.5.0) (2024-02-06)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/datastore",
3-
"version": "8.5.0",
3+
"version": "8.6.0",
44
"description": "Cloud Datastore Client Library for Node.js",
55
"keywords": [
66
"google apis client",

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/datastore": "^8.5.0",
17+
"@google-cloud/datastore": "^8.6.0",
1818
"sinon": "^17.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)