Skip to content

Commit 54fc1f7

Browse files
authored
Adds changelog for 0.2.2 and correct package.json version (#72)
* adds changelog for 0.2.2 and correct package.json version * add pr links
1 parent d319f93 commit 54fc1f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
1+
- Adds `clearFirestoreData` to clear all Firestore data in the Firestore emulator (#71).
2+
- Adds ability to create DataSnapshots for multiple RTDB instances (#72).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-functions-test",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A testing companion to firebase-functions.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)