@edcalderon/auth 1.1.1 โ 1.1.2
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 +6 -0
- package/README.md +3 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -8,13 +8,11 @@ A universal, **provider-agnostic** authentication orchestration package for Reac
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
## ๐ Latest Changes (v1.
|
|
11
|
+
## ๐ Latest Changes (v1.1.2)
|
|
12
12
|
|
|
13
|
-
###
|
|
13
|
+
### Changed
|
|
14
14
|
|
|
15
|
-
-
|
|
16
|
-
- ๐ Added `update-readme` script โ uses `versioning update-readme` to keep README in sync with CHANGELOG
|
|
17
|
-
- ๐ Versioning package used as dev dependency for README maintenance
|
|
15
|
+
- ๐งช Test release to verify readme-maintainer guard via pre-push hook
|
|
18
16
|
|
|
19
17
|
For full version history, see [CHANGELOG.md](./CHANGELOG.md) and [GitHub releases](https://github.com/edcalderon/my-second-brain/releases)
|
|
20
18
|
|