Skip to content

Commit 84d8a4f

Browse files
authored
Bumped version to 7.0.0 (#451)
1 parent 2b40313 commit 84d8a4f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
-
4+
5+
# v7.0.0
6+
37
- [changed] Updated the Google Cloud Firestore client to v1.0.1. This contains
48
breaking changes. Refer to Cloud Firestore
59
[release notes](https://github.com/googleapis/nodejs-firestore/releases/tag/v0.20.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-admin",
3-
"version": "6.5.1",
3+
"version": "7.0.0",
44
"description": "Firebase admin SDK for Node.js",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",

test/integration/typescript/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"moduleResolution": "node",
55
"target": "es5",
66
"noImplicitAny": false,
7-
"lib": ["es5", "es2015.promise"],
7+
"lib": ["es2015"],
88
"outDir": "lib",
99
"typeRoots": [
1010
"node_modules/@types"
@@ -13,4 +13,4 @@
1313
"files": [
1414
"src/example.ts"
1515
]
16-
}
16+
}

0 commit comments

Comments
 (0)