Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.4...v2.0.0) (2022-01-30)

### Bug Fixes

* Upgrade dependencies ([b65c896](b65c896))

### BREAKING CHANGES

* * The minimum version of Node.js is 12 instead of 8. The `commander` dependency requires at least t
hat version.
  • Loading branch information
semantic-release-bot committed Jan 30, 2022
1 parent b65c896 commit f947b0b
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 @@
# [2.0.0](https://github.com/prantlf/grunt-nomnoml/compare/v1.0.4...v2.0.0) (2022-01-30)


### Bug Fixes

* Upgrade dependencies ([b65c896](https://github.com/prantlf/grunt-nomnoml/commit/b65c89671fe6ab70a3ad31663a65023f87219a1d))


### BREAKING CHANGES

* * The minimum version of Node.js is 12 instead of 8. The `commander` dependency requires at least t
hat version.

## 2018-04-27 v1.0.0

Dropped support of Node.js 4
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": "grunt-nomnoml",
"description": "Grunt task to generate images from nomnoml diagram sources",
"version": "1.0.4",
"version": "2.0.0",
"homepage": "https://github.com/prantlf/grunt-nomnoml#readme",
"author": {
"name": "Ferdinand Prantl",
Expand Down

0 comments on commit f947b0b

Please sign in to comment.