Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
- Update code style and switch to using Semistandard for linting
- Added `yarn.lock` file
- Updated licensing, authors, contributors, readme
### [5.0.3](https://www.github.com/googleapis/nodejs-datastore-session/compare/v5.0.2...v5.0.3) (2021-08-25)


### Bug Fixes

* **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))

### [5.0.2](https://www.github.com/googleapis/nodejs-datastore-session/compare/v5.0.1...v5.0.2) (2020-11-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/connect-datastore",
"description": "Google Cloud Datastore session store for Express/Connect",
"version": "5.0.2",
"version": "5.0.3",
"license": "Apache-2.0",
"author": "Google Inc.",
"main": "./build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 10000"
},
"dependencies": {
"@google-cloud/connect-datastore": "^5.0.2",
"@google-cloud/connect-datastore": "^5.0.3",
"@google-cloud/datastore": "^6.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6"
Expand Down