Skip to content

Commit

Permalink
6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Aug 9, 2019
1 parent ff7decb commit ca16346
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changes

## 6.4.0

- 🍏 [`ff7decb`](https://github.com/mantoni/mochify.js/commit/ff7decbbc4c7d6b64f0d2ca2ba1d5bae39e12070)
Prevent resources from logging errors
>
> - Swallow SSL certificate warning on https page load
> - Handle image, font and stylesheet requests to prevent warnings
>
- 🍏 [`3f96b8c`](https://github.com/mantoni/mochify.js/commit/3f96b8c22a2ebb490e69989797dc0719b396d28f)
Upgrade puppeteer to v1.19.0
- 🐛 [`e663ea8`](https://github.com/mantoni/mochify.js/commit/e663ea88665639955c85c890d4465f06e32b7563)
Make chromium tests less flaky
>
> - Use a random port in https-server tests.
> - Wait for `server.close` to finish.
>
- 🛡 [`abebbf3`](https://github.com/mantoni/mochify.js/commit/abebbf3a6a2755c8221b842cd92b9705d041d0fe)
npm audit
- 🛡 [`34a3392`](https://github.com/mantoni/mochify.js/commit/34a33926753d823019c06ad7baded2aa9a6f7841)
Bump lodash from 4.17.11 to 4.17.14 (#204) (dependabot[bot])
>
> Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. >
> - [Release notes](https://github.com/lodash/lodash/releases) >
> - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) >
> >
> Signed-off-by: dependabot[bot] <support@github.com>
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2019-08-09._

## 6.3.0

- 🍏 [`74b2ab7`](https://github.com/mantoni/mochify.js/commit/74b2ab79bf1ec7511a9254564f6f3b9e70d97819)
Expand Down
2 changes: 1 addition & 1 deletion 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": "mochify",
"version": "6.3.0",
"version": "6.4.0",
"description": "TDD with Browserify, Mocha, Headless Chrome and WebDriver",
"keywords": [
"mocha",
Expand Down

0 comments on commit ca16346

Please sign in to comment.