diff --git a/CHANGELOG.md b/CHANGELOG.md index ac887d7..f02a00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/pekala/eslint-plugin-dependency-cruiser/compare/v0.1.0...v0.1.1) (2022-07-18) + + +### Bug Fixes + +* Fix issues with ESlint running outside of root and missing baseline file ([55fd310](https://github.com/pekala/eslint-plugin-dependency-cruiser/commit/55fd310a69a3de6227f4ce8cf1803e6b1dae8cd5)) + ## [0.1.0](https://github.com/pekala/eslint-plugin-dependency-cruiser/compare/v0.0.4...v0.1.0) (2022-07-17) diff --git a/package.json b/package.json index afacd2a..3a986f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-dependency-cruiser", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "author": "Maciek Pekala ", "license": "MIT",