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

Commit 063e10d

Browse files
release-please[bot]Takashi Matsuo
authored andcommitted
chore: release 3.1.1 (#153)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 5c0dbc7 commit 063e10d

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+
### [3.1.1](https://www.github.com/googleapis/nodejs-datastore-session/compare/v3.1.0...v3.1.1) (2019-11-13)
14+
15+
16+
### Bug Fixes
17+
18+
* **docs:** snippets are now replaced in jsdoc comments ([#152](https://www.github.com/googleapis/nodejs-datastore-session/issues/152)) ([5c0dbc7](https://www.github.com/googleapis/nodejs-datastore-session/commit/5c0dbc7e64ad6b289a694201b639287a7b32d1bd))
19+
1320
## [3.1.0](https://www.github.com/googleapis/nodejs-datastore-session/compare/v3.0.1...v3.1.0) (2019-10-03)
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": "3.1.0",
4+
"version": "3.1.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"main": "./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": "^3.0.1",
17+
"@google-cloud/connect-datastore": "^3.1.1",
1818
"@google-cloud/datastore": "^4.0.0",
1919
"express": "^4.16.4",
2020
"express-session": "^1.15.6"

0 commit comments

Comments
 (0)