Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Jul 1, 2019
1 parent 000274f commit 52bd425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
**Note:** PuPHPeteer is heavily based on [Rialto](https://github.com/nesk/rialto). For a complete overview of the changes, you might want to check out [Rialto's changelog](https://github.com/nesk/rialto/blob/master/CHANGELOG.md) too.

## [Unreleased]
_In progress…_

## [1.6.0] - 2019-07-01
### Added
- Support Puppeteer v1.18

Expand Down Expand Up @@ -90,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
First release


[Unreleased]: https://github.com/nesk/puphpeteer/compare/1.5.0...HEAD
[Unreleased]: https://github.com/nesk/puphpeteer/compare/1.6.0...HEAD
[1.6.0]: https://github.com/nesk/puphpeteer/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/nesk/puphpeteer/compare/1.4.1...1.5.0
[1.4.1]: https://github.com/nesk/puphpeteer/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/nesk/puphpeteer/compare/1.3.0...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nesk/puphpeteer",
"version": "1.5.0",
"version": "1.6.0",
"description": "A Puppeteer bridge for PHP, supporting the entire API.",
"keywords": [
"php",
Expand Down

0 comments on commit 52bd425

Please sign in to comment.