Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtassin committed Jun 16, 2020
1 parent b26cbf1 commit 2d08e46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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,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",
Expand Down

0 comments on commit 2d08e46

Please sign in to comment.