diff --git a/CHANGELOG.md b/CHANGELOG.md index 5827448..e641d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [v2.4.0](https://github.com/nicoespeon/sass-graph-viz/compare/v2.3.1...v2.4.0) (2021-06-29) + ### Added New CLI options: diff --git a/package.json b/package.json index c329371..df489a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-graph-viz", - "version": "2.3.1", + "version": "2.4.0", "description": "Draw a visual graph of Sass dependencies", "repository": "nicoespeon/sass-graph-viz", "homepage": "https://github.com/nicoespeon/sass-graph-viz",