diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..ac887d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,8 @@ # Changelog + +## [0.1.0](https://github.com/pekala/eslint-plugin-dependency-cruiser/compare/v0.0.4...v0.1.0) (2022-07-17) + + +### Features + +* Add support for reporting on warning and error levels ([ca2ff31](https://github.com/pekala/eslint-plugin-dependency-cruiser/commit/ca2ff3142c2af5b260856839bb10252033c1793e)) diff --git a/package.json b/package.json index 35349ad..afacd2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-dependency-cruiser", - "version": "0.0.4", + "version": "0.1.0", "main": "dist/index.js", "author": "Maciek Pekala ", "license": "MIT",