Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Jan 30, 2022
1 parent 7ab6b54 commit e994823
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e994823

Please sign in to comment.