Skip to content

Commit

Permalink
changelog: update
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Oct 7, 2024
1 parent 4144745 commit cd15796
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 1.0.0 - UNRELEASED
### Breaking
The project was transitioned to a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). This follows along with the changed done in sitespeed.io and Browwsertim. This will make the project easier to maintain [#129](/~https://github.com/sitespeedio/chrome-har/pull/129).

### Fixed
* Removed dayjs dependency [#128](/~https://github.com/sitespeedio/chrome-har/pull/128).
* Removed uuid dependency [#127](/~https://github.com/sitespeedio/chrome-har/pull/127).
* Updated to tough cookie 5.0.0 [#126](/~https://github.com/sitespeedio/chrome-har/pull/126).



## 0.13.5 - 2024-07-12
### Fixed
* Always take care of Network.responseReceivedExtraInfo even if its fired early, thank you [ifduyue](/~https://github.com/ifduyue) for PR [#120](/~https://github.com/sitespeedio/chrome-har/pull/120).
Expand Down

0 comments on commit cd15796

Please sign in to comment.