From a267528aa6de6ba6f94812177a2bcfd5d1bd3e5f Mon Sep 17 00:00:00 2001 From: Victor Fan Date: Wed, 18 Dec 2024 15:56:26 -0800 Subject: [PATCH] update changelog.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..34f4893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +- Explicitly import from the v1 namespace to unbreak firebase-functions 6.x (#243). +- Explciitly import from the v2 namespace so that #243 doesn't break firebase-functions versions below 6.x (#252) +- Also adds firebase-admin 13.x as a supported version in peer-deps (#252)