Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtassin committed Aug 28, 2019
1 parent 9ef8e91 commit 2ff2177
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [v2.0.0](https://github.com/jtassin/pending-xhr-puppeteer/compare/v1.0.17...v2.0.0)

> 30 March 2019
- Typescript [`#21`](https://github.com/jtassin/pending-xhr-puppeteer/pull/21)
- doc: add example for an event triggered xhr [`#11`](https://github.com/jtassin/pending-xhr-puppeteer/pull/11)
- Update dependency eslint-plugin-jest to v22.4.1 [`#14`](https://github.com/jtassin/pending-xhr-puppeteer/pull/14)
- Update dependency puppeteer to v1.13.0 [`#17`](https://github.com/jtassin/pending-xhr-puppeteer/pull/17)
- Update dependency jest to v24 [`#20`](https://github.com/jtassin/pending-xhr-puppeteer/pull/20)
- Update dependency eslint-config-prettier to v3.6.0 [`#13`](https://github.com/jtassin/pending-xhr-puppeteer/pull/13)
- Update dependency eslint to v5.15.3 [`#9`](https://github.com/jtassin/pending-xhr-puppeteer/pull/9)
- Pin dependencies [`#8`](https://github.com/jtassin/pending-xhr-puppeteer/pull/8)
- Add renovate.json [`#7`](https://github.com/jtassin/pending-xhr-puppeteer/pull/7)
- chore: releases with release-it [`90a3ea3`](https://github.com/jtassin/pending-xhr-puppeteer/commit/90a3ea38425987829e953e704ff48727c4046995)
- chore(typescript): switching codebase to ts [`8e66474`](https://github.com/jtassin/pending-xhr-puppeteer/commit/8e66474cec5cb01c7f975cae0f8e4a45c159b68a)
- chore: add generated changelog [`a6b8638`](https://github.com/jtassin/pending-xhr-puppeteer/commit/a6b8638b4292368349bc55f7aaab2b68d28ed87e)

#### [v1.0.17](https://github.com/jtassin/pending-xhr-puppeteer/compare/v1.0.16...v1.0.17)

> 5 January 2019
Expand Down
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.0.0",
"version": "2.1.0",
"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 2ff2177

Please sign in to comment.