firebase-login-custom 0.5.3 → 0.5.4
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.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.4](https://github.com/vergissberlin/firebase-login-custom/compare/v0.5.3...v0.5.4) (2026-03-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* update CI and release workflows with enhanced comments and execution order ([8a268d7](https://github.com/vergissberlin/firebase-login-custom/commit/8a268d7fa3f61b7f71e8fa5017f6f12cf4b452ee))
|
|
9
|
+
|
|
3
10
|
## [0.5.3](https://github.com/vergissberlin/firebase-login-custom/compare/v0.5.2...v0.5.3) (2026-03-17)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED