diff --git a/CHANGELOG.md b/CHANGELOG.md index 294f22f..de8768b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.0.0](https://github.com/prantlf/nomnoml-cli/compare/v2.0.0...v3.0.0) (2022-01-30) + + +### Bug Fixes + +* Upgrade dependencies ([7ab6b54](https://github.com/prantlf/nomnoml-cli/commit/7ab6b541fef2b740e68d983add4d744f7b506fc7)) + + +### 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. + ## 2019-09-22 v2.0.0 Dropped support of Node.js 6 diff --git a/package.json b/package.json index 091a5fc..6402f04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nomnoml-cli", "description": "Generates images from nomnoml diagram sources on the command line", - "version": "2.0.0", + "version": "3.0.0", "homepage": "https://github.com/prantlf/nomnoml-cli#readme", "author": { "name": "Ferdinand Prantl",