Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Jul 25, 2018
1 parent 8311ff8 commit 5a4831c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ 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.2.0] - 2018-07-25
### Added
- Support Puppeteer v1.6

### Changed
- Upgrade to Rialto v1.1

## [1.1.0] - 2018-06-12
### Added
- Support Puppeteer v1.5
Expand Down Expand Up @@ -56,7 +62,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.1.0...HEAD
[Unreleased]: https://github.com/nesk/puphpeteer/compare/1.2.0...HEAD
[1.2.0]: https://github.com/nesk/puphpeteer/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/nesk/puphpeteer/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/nesk/puphpeteer/compare/0.2.2...1.0.0
[0.2.2]: https://github.com/nesk/puphpeteer/compare/0.2.1...0.2.2
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.1.0",
"version": "1.2.0",
"description": "A Puppeteer bridge for PHP, supporting the entire API.",
"keywords": [
"php",
Expand Down

0 comments on commit 5a4831c

Please sign in to comment.