## Release Notes

#### 1.1.2

- Fix incompatibility with cypress > 12.14. [issue](https://github.com/archfz/cypress-duration-metrics/issues/2)

#### 1.1.1

- Fix issue with missing `invocationDetails` for certain tests.

#### 1.1.0

- Add `Between commands` and `Between tests` metrics.

#### 1.0.0

- Readme updates.

#### 0.2.2

- Fix incorrect logic on retries calculation.

#### 0.2.1

- Fix command metrics accumulation issue.

#### 0.2.0

- Collect and display information on retries.
- Improve command start time by using `process.uptime()`. 

#### 0.1.5

- Fix build not present in release. 

#### 0.1.4

- Fix incorrect id used for tracking command times, resulting in incorrect metrics.
- Fix readme and separate release notes.

#### 0.1.3

- Fix installation in readme.

#### 0.1.2

- Fix esm loader compatibility for cypress.

#### 0.1.1

- Fix missing js files in publish.

#### 0.1.0

- Initial release.
