Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Sep 23, 2023
1 parent 0e82cdd commit 49cb04d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v0.15.1](https://github.com/joomcode/e2ed/tree/v0.15.1) (2023-09-23)

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

- [Merge pull request #34 from joomcode/fix/deps-in-docker-image](https://github.com/joomcode/e2ed/commit/0e82cdd6035b8818e6d234ff91f148f32c30572a) ([uid11](https://github.com/uid11))

fix: error with `get-modules-graph` dependencies in docker image

- [fix: error with `get-modules-graph` dependencies in docker image](https://github.com/joomcode/e2ed/commit/72fa9ce55498e0fea5470d63b55ffc27ea82db66) ([uid11](https://github.com/uid11))

fix: typo in CHANGELOG.md

chore: update eslint to 8.50.0

refactor: move `mapLogPayloadInConsole` to utils

## [v0.15.0](https://github.com/joomcode/e2ed/tree/v0.15.0) (2023-09-21)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.14.19...v0.15.0)
Expand Down
20 changes: 10 additions & 10 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.15.0",
"version": "0.15.1",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit 49cb04d

Please sign in to comment.