Skip to content

Commit

Permalink
Bumped version to 7.0.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 authored Jan 31, 2019
1 parent 2b40313 commit 84d8a4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

-

# v7.0.0

- [changed] Updated the Google Cloud Firestore client to v1.0.1. This contains
breaking changes. Refer to Cloud Firestore
[release notes](https://github.com/googleapis/nodejs-firestore/releases/tag/v0.20.0)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-admin",
"version": "6.5.1",
"version": "7.0.0",
"description": "Firebase admin SDK for Node.js",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions test/integration/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"moduleResolution": "node",
"target": "es5",
"noImplicitAny": false,
"lib": ["es5", "es2015.promise"],
"lib": ["es2015"],
"outDir": "lib",
"typeRoots": [
"node_modules/@types"
Expand All @@ -13,4 +13,4 @@
"files": [
"src/example.ts"
]
}
}

0 comments on commit 84d8a4f

Please sign in to comment.