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

Commit

Permalink
chore: release 5.0.3 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 25, 2021
1 parent 6e03922 commit 640214b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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://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://github.com/googleapis/nodejs-datastore-session/issues/274)) ([53e4fcd](https://github.com/googleapis/nodejs-datastore-session/commit/53e4fcd52220b4d842b26782e5d90441ab542a02))

### [5.0.2](https://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

0 comments on commit 640214b

Please sign in to comment.