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 ec54a6f commit b63e1a8Copy full SHA for b63e1a8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "firebase-auth-cloudflare-workers",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Zero-dependencies firebase auth library for Cloudflare Workers.",
5
"author": "codehex",
6
"license": "MIT",
src/version.ts
@@ -1 +1 @@
-export const version = '2.0.0';
+export const version = '2.0.1';
0 commit comments