Skip to content

Commit

Permalink
update changelog and composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dongnl committed Mar 29, 2023
1 parent 28959e0 commit c2de229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log

## Version 4.1.1-dev
## Version 4.2.0
1. Fix dynamic properties in PHP 8.2
2. Update Chromeheadlessio's php-client library version.

## Version 4.1.0

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "koolreport/cloudexport",
"version":"4.1.1-dev",
"version":"4.2.0",
"description": "Export to pdf, image using chromeheadless.io's cloud export service",
"keywords": ["PHP","Reporting Tools","Data Report","pdf export", "jpg png export", "cloud export service"],
"homepage": "https://www.koolreport.com",
"type": "library",
"license": "MIT",
"require": {
"chromeheadlessio/php-client": "1.3.1"
"chromeheadlessio/php-client": "^1"
}
}

0 comments on commit c2de229

Please sign in to comment.