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

Commit

Permalink
chore: release 1.0.4 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Nov 15, 2019
1 parent 538777e commit 95dabff
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 @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/connect-firestore?activeTab=versions

### [1.0.4](https://www.github.com/googleapis/nodejs-firestore-session/compare/v1.0.3...v1.0.4) (2019-11-14)


### Bug Fixes

* **docs:** add jsdoc-region-tag plugin ([#66](https://www.github.com/googleapis/nodejs-firestore-session/issues/66)) ([23a9b82](https://www.github.com/googleapis/nodejs-firestore-session/commit/23a9b82d607ae97cfe2be76a5a2a1888c211f3d2))

### [1.0.3](https://www.github.com/googleapis/nodejs-firestore-session/compare/v1.0.2...v1.0.3) (2019-06-26)


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-firestore",
"description": "Google Cloud Firestore session store for Express/Connect",
"version": "1.0.3",
"version": "1.0.4",
"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-firestore": "^1.0.3",
"@google-cloud/connect-firestore": "^1.0.4",
"@google-cloud/firestore": "^2.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6"
Expand Down

0 comments on commit 95dabff

Please sign in to comment.