Skip to content

Commit

Permalink
chore: release 3.3.4 (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and schmidt-sebastian committed Jan 13, 2020
1 parent 47f7ab5 commit 87c2819
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@

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

### [3.3.4](https://www.github.com/googleapis/nodejs-firestore/compare/v3.3.3...v3.3.4) (2020-01-12)


### Bug Fixes

* do not release client before retry ([#870](https://www.github.com/googleapis/nodejs-firestore/issues/870)) ([47f7ab5](https://www.github.com/googleapis/nodejs-firestore/commit/47f7ab52f9133064785754ee924d9f8736853eba))
* proper routing headers ([43472f6](https://www.github.com/googleapis/nodejs-firestore/commit/43472f6bd51a22a5ee27d7fc0f88a9dd97c22336))
* remove redundant log line ([#868](https://www.github.com/googleapis/nodejs-firestore/issues/868)) ([af3196f](https://www.github.com/googleapis/nodejs-firestore/commit/af3196fe8da2018e0a9842f4f62588ce2c740597))

### [3.3.3](https://www.github.com/googleapis/nodejs-firestore/compare/v3.3.2...v3.3.3) (2020-01-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/firestore",
"description": "Firestore Client Library for Node.js",
"version": "3.3.3",
"version": "3.3.4",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/firestore": "^3.3.3"
"@google-cloud/firestore": "^3.3.4"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 87c2819

Please sign in to comment.