diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c377fba..31280762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v0.11.24](https://github.com/joomcode/e2ed/tree/v0.11.24) (2022-08-26) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.11.23...v0.11.24) + +- [chore: update TypeScript to 4.8.2; fix new type errors](https://github.com/joomcode/e2ed/commit/3a671ff9f88fa04ffca4886da224a03429bd4c6e) ([uid11](https://github.com/uid11)) +- [feat: add OptionalIfValueIncludeDefault type function](https://github.com/joomcode/e2ed/commit/ed568be0f04510455d1a2af705c86cbb3a41e0ad) ([uid11](https://github.com/uid11)) + + fix: add dynamic optionality for request function parameters + +- [chore: update devDependencies (@types/node, @typescript-eslint/\*)](https://github.com/joomcode/e2ed/commit/a9df264255afa54bccbbdb0f0b19d3d3dc7e58a2) ([uid11](https://github.com/uid11)) +- [chore: update @types/node to 18.7.11](https://github.com/joomcode/e2ed/commit/20838e8c4dc2b1bef8b40f798df46ccd15f16c85) ([uid11](https://github.com/uid11)) +- [chore: update devDependencies (@types/node, @typescript-eslint/\*)](https://github.com/joomcode/e2ed/commit/c717146928bf6d2683303033b3116038b90ec7c6) ([uid11](https://github.com/uid11)) +- [fix: wrong number of retries in OK/FAIL message after retries cycle](https://github.com/joomcode/e2ed/commit/75a01f829a00234e3a5c060ec9af15b028fd92e2) ([uid11](https://github.com/uid11)) + ## [v0.11.23](https://github.com/joomcode/e2ed/tree/v0.11.23) (2022-08-22) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.11.22...v0.11.23) diff --git a/package-lock.json b/package-lock.json index 204aace9..54a999a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.11.23", + "version": "0.11.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.11.23", + "version": "0.11.24", "license": "MIT", "dependencies": { "create-test-id": "0.0.5", diff --git a/package.json b/package.json index b69ef7a8..2b11a29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.11.23", + "version": "0.11.24", "description": "E2E testing framework over TestCafe", "keywords": [ "E2E",