diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc98874..8f1e0357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/jtassin/pending-xhr-puppeteer/compare/v2.3.0...v2.3.1) (2020-06-16) + + +### Bug Fixes + +* fix exposition of waitOnceForAllXhrFinished ([b26cbf1](https://github.com/jtassin/pending-xhr-puppeteer/commit/b26cbf19f84ac637c8888c158f852017257689c1)) + # [2.3.0](https://github.com/jtassin/pending-xhr-puppeteer/compare/v2.2.0...v2.3.0) (2020-06-16) diff --git a/package-lock.json b/package-lock.json index c5f346e7..96cb7b8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pending-xhr-puppeteer", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 29c1900a..680ccc82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pending-xhr-puppeteer", "node": ">= 8.0.0", - "version": "2.3.0", + "version": "2.3.1", "description": "Small tool for wait that all xhr are finished in pupeteer", "main": "lib/index.js", "types": "lib/index.d.ts",