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

Commit 640214b

Browse files
1 parent 6e03922 commit 640214b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
### [5.0.3](https://www.github.com/googleapis/nodejs-datastore-session/compare/v5.0.2...v5.0.3) (2021-08-25)
14+
15+
16+
### Bug Fixes
17+
18+
* **build:** migrate to using main branch ([#274](https://www.github.com/googleapis/nodejs-datastore-session/issues/274)) ([53e4fcd](https://www.github.com/googleapis/nodejs-datastore-session/commit/53e4fcd52220b4d842b26782e5d90441ab542a02))
19+
1320
### [5.0.2](https://www.github.com/googleapis/nodejs-datastore-session/compare/v5.0.1...v5.0.2) (2020-11-24)
1421

1522

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

0 commit comments

Comments
 (0)