browsers-v3.0.6
netbirdio/netbirdbrowsers-v3.0.6Jul 1, 2026by browser-automation-bot
AI Summary
This release refactors the process of extracting zip archives by switching from CLI tools to the yauzl library and includes minor documentation typo fixes.
Key Highlights
- Refactored zip archive extraction using yauzl
- Fixed documentation typos
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))