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

Commit 43d20e8

Browse files
chore: release 5.0.1 (#213)
🤖 I have created a release \*beep\* \*boop\* --- ### [5.0.1](https://www.github.com/googleapis/nodejs-datastore-session/compare/v5.0.0...v5.0.1) (2020-07-09) ### Bug Fixes * typeo in nodejs .gitattribute ([#212](https://www.github.com/googleapis/nodejs-datastore-session/issues/212)) ([4a1f41b](https://www.github.com/googleapis/nodejs-datastore-session/commit/4a1f41b10f62be2857def699f17fb776a82efbbc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent 4a1f41b commit 43d20e8

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.1](https://www.github.com/googleapis/nodejs-datastore-session/compare/v5.0.0...v5.0.1) (2020-07-09)
14+
15+
16+
### Bug Fixes
17+
18+
* typeo in nodejs .gitattribute ([#212](https://www.github.com/googleapis/nodejs-datastore-session/issues/212)) ([4a1f41b](https://www.github.com/googleapis/nodejs-datastore-session/commit/4a1f41b10f62be2857def699f17fb776a82efbbc))
19+
1320
## [5.0.0](https://www.github.com/googleapis/nodejs-datastore-session/compare/v4.0.0...v5.0.0) (2020-06-11)
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.0",
4+
"version": "5.0.1",
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.0",
17+
"@google-cloud/connect-datastore": "^5.0.1",
1818
"@google-cloud/datastore": "^6.0.0",
1919
"express": "^4.16.4",
2020
"express-session": "^1.15.6"

0 commit comments

Comments
 (0)