Skip to content

Commit

Permalink
0.16.14
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Mar 7, 2024
1 parent 458b35c commit eb0ded0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 21 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.16.14](https://github.com/joomcode/e2ed/tree/v0.16.14) (2024-03-07)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.16.13...v0.16.14)

- [Merge pull request #68 from joomcode/fix/correct-exit-on-sigint](https://github.com/joomcode/e2ed/commit/458b35c0b1ba8a481a8f1a0f2ea3c0f26d48cb17) ([uid11](https://github.com/uid11))

fix: correct exit from docker after exit signals

- [chore: update devDependencies (`typescript`, `@typescript-eslint/*`, etc)](https://github.com/joomcode/e2ed/commit/60441ddf29116c7b8e912709a98afb71d67410c0) ([uid11](https://github.com/uid11))
- [chore: turn on more `@typescript-eslint` rules](https://github.com/joomcode/e2ed/commit/6f6fb998be18e26789e3c6fea6d66fca4685bd7c) ([uid11](https://github.com/uid11))
- [FI-765 fix: writes HTML report after exit signals to `dockerEntrypoint.sh`](https://github.com/joomcode/e2ed/commit/d356502e494f3fee0137bdbbc3bedb9ab3003b00) ([uid11](https://github.com/uid11))

## [v0.16.13](https://github.com/joomcode/e2ed/tree/v0.16.13) (2024-02-28)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.16.12...v0.16.13)
Expand Down
36 changes: 18 additions & 18 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2ed",
"version": "0.16.13",
"version": "0.16.14",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit eb0ded0

Please sign in to comment.