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

Commit f2e79a4

Browse files
chore(main): release 6.0.0 (#308)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](v5.0.3...v6.0.0) (2022-06-20) ### ⚠ BREAKING CHANGES * update library to use Node 12 (#307) ### Bug Fixes * **deps:** update dependency @google-cloud/datastore to v7 ([#312](#312)) ([52f67db](52f67db)) ### Build System * update library to use Node 12 ([#307](#307)) ([d10a3af](d10a3af)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 52f67db commit f2e79a4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@
1010
- Update code style and switch to using Semistandard for linting
1111
- Added `yarn.lock` file
1212
- Updated licensing, authors, contributors, readme
13+
## [6.0.0](https://github.com/googleapis/nodejs-datastore-session/compare/v5.0.3...v6.0.0) (2022-06-20)
14+
15+
16+
### ⚠ BREAKING CHANGES
17+
18+
* update library to use Node 12 (#307)
19+
20+
### Bug Fixes
21+
22+
* **deps:** update dependency @google-cloud/datastore to v7 ([#312](https://github.com/googleapis/nodejs-datastore-session/issues/312)) ([52f67db](https://github.com/googleapis/nodejs-datastore-session/commit/52f67db9355d454ba04e18c849a8bdf08cdea462))
23+
24+
25+
### Build System
26+
27+
* update library to use Node 12 ([#307](https://github.com/googleapis/nodejs-datastore-session/issues/307)) ([d10a3af](https://github.com/googleapis/nodejs-datastore-session/commit/d10a3af46e355723a8c45a8e632fd373a108dc0e))
28+
1329
### [5.0.3](https://www.github.com/googleapis/nodejs-datastore-session/compare/v5.0.2...v5.0.3) (2021-08-25)
1430

1531

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": "5.0.3",
4+
"version": "6.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": "^5.0.3",
17+
"@google-cloud/connect-datastore": "^6.0.0",
1818
"@google-cloud/datastore": "^7.0.0",
1919
"express": "^4.16.4",
2020
"express-session": "^1.15.6"

0 commit comments

Comments
 (0)