firebase-login-custom 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.1](https://github.com/vergissberlin/firebase-login-custom/compare/v0.5.0...v0.5.1) (2026-03-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update CI workflow to remove conditional check for FIREBASE_ID in integration tests ([58f0f02](https://github.com/vergissberlin/firebase-login-custom/commit/58f0f02655972025357492eb1ef2d5cfa19a5186))
9
+
3
10
  ## [0.5.0](https://github.com/vergissberlin/firebase-login-custom/compare/v0.4.0...v0.5.0) (2026-03-17)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firebase-login-custom",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "This package is a wrapper to firebase custom login including all dependencies with the exception of firebase itself.",
5
5
  "engines": {
6
6
  "node": ">=20"