You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2022-01-30)
### Features
* Support JPG and PDF as additional output formats ([5e67b16](5e67b16))
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2022-01-30)
### Bug Fixes
* Upgrade dependencies ([7ab6b54](7ab6b54))
### BREAKING CHANGES
* * The minimum version of Node.js is 12 instead of 8. The `commander` dependency requires at least that version.
* The command line parameter to set the image height is `-H, --height`. The `h` conflicted with the `-h, --help` option.
chore: Dropped support of Node.js 4
Some NPM dependencies dropped support of Node.js 4. It is easier to drop it
too, that looking for workarounds to get the testing build running, or claim
the support without actually testing it.
Add testing with Node.js 10.
BREAKING CHANGE: Dropped support of Node.js 4