You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release version 4.4.0
- CI optimization for documentation-only changes
- Consolidated browser support documentation
- Enhanced link integrity checking
- Published to npm as @mherod/get-cookie@4.4.0
Release 4.3.2: Fix Chrome cookie date conversion
- Fixed critical bug: Chrome stores microseconds since 1601, not JavaScript timestamps
- Created shared Chrome date utility with proper epoch conversion
- Added comprehensive tests for date handling
- Improved CLI usability and error handling