Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 06eb0d0

Browse files
chore(main): release 7.0.1 (#367)
🤖 I have created a release *beep* *boop* --- ## [7.0.1](https://togithub.com/googleapis/nodejs-datastore-session/compare/v7.0.0...v7.0.1) (2024-06-26) ### Bug Fixes * **deps:** Update dependency @google-cloud/datastore to v9 ([#366](https://togithub.com/googleapis/nodejs-datastore-session/issues/366)) ([61abf71](https://togithub.com/googleapis/nodejs-datastore-session/commit/61abf71d8a5967c3062560f7e007c58fb9bf65e0)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 2244ef6 commit 06eb0d0

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
@@ -10,6 +10,13 @@
1010
- Update code style and switch to using Semistandard for linting
1111
- Added `yarn.lock` file
1212
- Updated licensing, authors, contributors, readme
13+
## [7.0.1](https://github.com/googleapis/nodejs-datastore-session/compare/v7.0.0...v7.0.1) (2024-06-26)
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** Update dependency @google-cloud/datastore to v9 ([#366](https://github.com/googleapis/nodejs-datastore-session/issues/366)) ([61abf71](https://github.com/googleapis/nodejs-datastore-session/commit/61abf71d8a5967c3062560f7e007c58fb9bf65e0))
19+
1320
## [7.0.0](https://github.com/googleapis/nodejs-datastore-session/compare/v6.0.1...v7.0.0) (2023-08-10)
1421

1522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/connect-datastore",
33
"description": "Google Cloud Datastore session store for Express/Connect",
4-
"version": "7.0.0",
4+
"version": "7.0.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"main": "./build/src/index.js",

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 10000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/connect-datastore": "^7.0.0",
17+
"@google-cloud/connect-datastore": "^7.0.1",
1818
"@google-cloud/datastore": "^9.0.0",
1919
"express": "^4.16.4",
2020
"express-session": "^1.15.6"

0 commit comments

Comments
 (0)