browsers-v3.0.6
sipcapture/homerbrowsers-v3.0.6Jul 1, 2026by browser-automation-bot
AI Summary
A maintenance release focused on documentation improvements and refactoring the internal zip archive extraction process.
Key Highlights
- Fixed documentation typos
- Refactored zip archive extraction to use yauzl instead of CLI tools
Full Release Notes
## [3.0.6](https://github.com/puppeteer/puppeteer/compare/browsers-v3.0.5...browsers-v3.0.6) (2026-07-01) ### 📄 Documentation * fix the typos on documentation ([#15167](https://github.com/puppeteer/puppeteer/issues/15167)) ([ab74e6a](https://github.com/puppeteer/puppeteer/commit/ab74e6a6720ec05768979e3c2d9b26bcb5cd763f)) ### 🏗️ Refactor * extract zip archives with yauzl instead of CLI tools ([#15085](https://github.com/puppeteer/puppeteer/issues/15085)) ([04a9587](https://github.com/puppeteer/puppeteer/commit/04a95878db8eec2263d895fed2e98180a158ec76))