v0.162.1
gohugoio/hugov0.162.1May 28, 2026by bep
AI Summary
Bug fixes for npm module stale warnings, dictionary behavior, and time locale-specific month abbreviations.
Key Highlights
- Fix false stale warning after npm pack
- Revert dict behavior to return nil when no values (fixing regression)
- Fix locale-specific month abbreviations
Full Release Notes
## What's Changed * modules/npm: Fix false stale warning after npm pack 59f35cd9 @jmooring #14959 * Revert "tpl/collections: Make dict return nil when no values are provided" c2709750 @bep #14958 * tpl/time: Fix locale-specific month abbreviations ea8b48af @jmooring #14948