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

Commit a9744b8

Browse files
chore(main): release 7.0.0 (#349)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dd7f9f9 commit a9744b8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
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.0](https://github.com/googleapis/nodejs-datastore-session/compare/v6.0.1...v7.0.0) (2023-08-10)
14+
15+
16+
### ⚠ BREAKING CHANGES
17+
18+
* upgrade to NOde 14 ([#347](https://github.com/googleapis/nodejs-datastore-session/issues/347))
19+
20+
### Miscellaneous Chores
21+
22+
* Upgrade to NOde 14 ([#347](https://github.com/googleapis/nodejs-datastore-session/issues/347)) ([dd7f9f9](https://github.com/googleapis/nodejs-datastore-session/commit/dd7f9f9098f1f5012990f1f120d446e4424fbcf3))
23+
1324
## [6.0.1](https://github.com/googleapis/nodejs-datastore-session/compare/v6.0.0...v6.0.1) (2022-08-23)
1425

1526

package.json

Lines changed: 1 addition & 1 deletion
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": "6.0.1",
4+
"version": "7.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"main": "./build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
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": "^6.0.1",
17+
"@google-cloud/connect-datastore": "^7.0.0",
1818
"@google-cloud/datastore": "^8.0.0",
1919
"express": "^4.16.4",
2020
"express-session": "^1.15.6"

0 commit comments

Comments
 (0)