Skip to content

Commit

Permalink
Merge pull request #1468 from firebase/@invertase/release-2023-02-15
Browse files Browse the repository at this point in the history
chore(firestore-send-email): updated version and change-log
  • Loading branch information
dackers86 authored Feb 15, 2023
2 parents 2fbcf67 + 9ecde36 commit 0696bfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions firestore-send-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.23

fixed - added template check when no message exists

## Version 0.1.22

fixed - fix typo in extension
Expand Down
2 changes: 1 addition & 1 deletion firestore-send-email/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-send-email
version: 0.1.22
version: 0.1.23
specVersion: v1beta

displayName: Trigger Email
Expand Down
2 changes: 1 addition & 1 deletion firestore-send-email/functions/__tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe("e2e testing", () => {
});
}, 8000);

test.only("should successfully send an email with a basic template", async (): Promise<void> => {
test("should successfully send an email with a basic template", async (): Promise<void> => {
/** create basic template */
const template = await templatesCollection.add({
subject: "@{{username}} is now following you!",
Expand Down

0 comments on commit 0696bfe

Please sign in to comment.