From e774aaaa1fbfb95af8424fc801c68ce2b4bae7ee Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 29 Jul 2020 09:26:05 +0200 Subject: [PATCH] new release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4365b1..5e3ad45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +version 0.11.10 2020-07-29 +------------------------- +* Parse extra info events (parse extra request data from the Network.requestWillBeSentExtraInfo event and parse extra response data from the Network.responseReceivedExtraInfo event), thank you [Michael Dijkstra](https://github.com/mikedijkstra) for the PR [#71](https://github.com/sitespeedio/chrome-har/pull/71). + +* Update to day-js 1.8.31. + version 0.11.9 2020-05-26 ------------------------- * Updated dependencies: dayjs - 1.8.27, debug: 4.1.1, tough-cookie - 4.0.0, uuid - 8.0.0