Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdondorf committed Mar 17, 2024
1 parent b684284 commit 7dc68c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.24.0] - 2024-03-17
Note: Use a version older than `0.24.0` if you want to use a puppeteer version older than 22.0.0.
### Changed
- Updated all dependencies to their latest versions
- Added a missing timeout case when closing the browser
- Removed `package-lock.json` as otherwise yarn complains (`warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.`).
- Dropped support (in tests) for Node.js <=16 as puppeteer also support for these versions
### Fixed
- Fixed breaking puppeteer changes introduced in version 22 (renamed `createIncognitoBrowserContext` to `createBrowserContext`)

## [0.23.0] - 2022-01-23
### Changed
- Updated dependencies which haven't been updated for more than one year
Expand Down

0 comments on commit 7dc68c0

Please sign in to comment.