Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-functions",
"version": "3.13.2",
"version": "3.14.0",
"description": "Firebase SDK for Cloud Functions",
"keywords": [
"firebase",
Expand Down
2 changes: 2 additions & 0 deletions scripts/publish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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