From 94fd44d2d4b32a0b4fb8613e3025aa37467d1e84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:14:47 +0200 Subject: [PATCH] chore(main): release 0.1.1 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",