We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83e047 commit f01d512Copy full SHA for f01d512
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@google-cloud/firestore",
3
"description": "Firestore Client Library for Node.js",
4
- "version": "0.14.1",
+ "version": "0.15.0",
5
"license": "Apache-2.0",
6
"author": "Google Inc.",
7
"engines": {
samples/package.json
@@ -13,7 +13,7 @@
13
"test": "npm run ava"
14
},
15
"dependencies": {
16
- "@google-cloud/firestore": "^0.14.1"
+ "@google-cloud/firestore": "^0.15.0"
17
18
"devDependencies": {
19
"@google-cloud/nodejs-repo-tools": "^2.3.0",
0 commit comments