We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3b15d commit 4053ee1Copy full SHA for 4053ee1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "firebase-functions",
3
- "version": "3.13.2",
+ "version": "3.14.0",
4
"description": "Firebase SDK for Cloud Functions",
5
"keywords": [
6
"firebase",
scripts/publish/CHANGELOG.md
@@ -0,0 +1,2 @@
+- Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-admin
+- Replaces 3.13.3 which was an inappropriately numbered version
0 commit comments