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

Commit

Permalink
chore: release 2.0.2 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 26, 2021
1 parent a74cf6d commit fe0fbdf
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

### [2.0.2](https://www.github.com/googleapis/nodejs-firestore-session/compare/v2.0.1...v2.0.2) (2021-08-25)


### Bug Fixes

* **build:** migrate to using main branch ([#179](https://www.github.com/googleapis/nodejs-firestore-session/issues/179)) ([58d6be4](https://www.github.com/googleapis/nodejs-firestore-session/commit/58d6be4d02ad7b0e35e62592fb1855dfa40e73b9))

### [2.0.1](https://www.github.com/googleapis/nodejs-firestore-session/compare/v2.0.0...v2.0.1) (2020-11-25)


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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1",
"@google-cloud/connect-firestore": "^2.0.2",
"@google-cloud/firestore": "^4.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6"
Expand Down

0 comments on commit fe0fbdf

Please sign in to comment.