Skip to content

Commit

Permalink
Finish v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PejmanNik committed Feb 27, 2021
2 parents c86e9f6 + eb871b3 commit cec7e6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: NPM-Publish

on: push
on:
push:
branches:
- master

jobs:
publish:
Expand All @@ -14,4 +17,4 @@ jobs:
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [2.0.4] - 2021-02-27

### Added
- Add support of puppeteer v8 by [@rafipiccolo](https://github.com/rafipiccolo)


# [2.0.3] - 2021-02-26

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-report",
"version": "2.0.3",
"version": "2.0.4",
"description": "create pdf report with header, footer and page number with puppeteer",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down Expand Up @@ -41,6 +41,6 @@
"typescript": "^4.0.0"
},
"peerDependencies": {
"puppeteer": "^5.2.1 || ^6.0.0 || ^7.0.0"
"puppeteer": "^5.2.1 || ^6.0.0 || ^7.0.0 || ^8.0.0"
}
}

0 comments on commit cec7e6a

Please sign in to comment.