Releases: netwk-pro/blog
Releases · netwk-pro/blog
🚀 v1.5.0 — Layout Refresh & New Content
This release introduces a refreshed site layout, dark-mode-first design, and workflow/dependency updates.
Highlights
- ✍️ New blog post: SonicWall (with promo images)
- 🎨 Default dark mode with optional light mode toggle
- 🦄 Layout improvements and footer update (explicit cookie-free notice)
- 🔧 CI workflows modernized (actions/checkout v5, setup-node v5, setup-python v6)
- 📦 Dependency updates, including eslint, stylelint, and mkdocs-material
- 🗂 Added discord.svg for brand assets
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.11
v1.3.10
What's Changed
- chore: release prep for v1.3.10 by @SunDevil311 in #35
Full Changelog: v1.3.9...v1.3.10
v1.3.9
What's Changed
- chore: release prep for v1.3.9 by @SunDevil311 in #34
Full Changelog: v1.3.8...v1.3.9
v1.3.8
v1.3.7
What's Changed
- chore: release prep for v1.3.7 by @SunDevil311 in #32
Full Changelog: v1.3.6...v1.3.7
📦 v1.3.6
✍️ Content Updates
- Added new blog post: EFF & SCOTUS ruling (
2025-07-01-eff-scotus.md
) - Included promotional assets:
eff-scotus-promo.png
and.webp
🛠 Dependency Upgrades
@eslint/js
→^9.30.0
browserslist
→^4.25.1
eslint
→^9.30.0
prettier
→3.6.2
v1.3.5 – Final Registry Fixes for GitHub Packages
This patch ensures reliable authentication and publishing to GitHub Packages by:
- Scoping
npm whoami
andnpm
publish directly tohttps://npm.pkg.github.com/
- Avoiding reliance on implicit registry resolution from
.npmrc
orpackage.json
This update finalizes the transition to a fully stable, scoped publish workflow for the blog repository.
v1.3.4 – Legacy Auth Config Cleanup
This release resolves authentication failures caused by a deprecated .npmrc
file that incorrectly redirected scoped packages to GitHub Packages. With this file removed, publishing via setup-node
and environment-based tokens now works as expected.
🔧 Fixes
- Removed
.npmrc
with outdated registry and token mappings. - Re-established clean, token-based authentication flow for scoped packages targeting npmjs.