@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.2] - 2026-03-02
4
+
5
+ ### Changed
6
+
7
+ - ๐Ÿงช Test release to verify readme-maintainer guard via pre-push hook
8
+
3
9
  ## [1.1.1] - 2026-03-02
4
10
 
5
11
  ### Fixed
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.0.3)
11
+ ## ๐Ÿ“‹ Latest Changes (v1.1.2)
12
12
 
13
- ### Fixed
13
+ ### Changed
14
14
 
15
- - ๐Ÿ› Updated import from `@ed/auth` (old internal alias) to `@edcalderon/auth` in dashboard consumer
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edcalderon/auth",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A universal, provider-agnostic authentication package (Web + Next.js + Expo/React Native)",
5
5
  "exports": {
6
6
  ".": {