diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ee85c..405fa18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/pekala/eslint-plugin-dependency-cruiser/compare/v0.0.2...v0.0.3) (2022-07-16) + + +### Miscellaneous Chores + +* Initial Release ([a3bf9c3](https://github.com/pekala/eslint-plugin-dependency-cruiser/commit/a3bf9c38654e863031d942b7f9b59a6b26cba1be)) + ## 0.0.2 (2022-07-16) diff --git a/package.json b/package.json index e9ff807..c7142f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-dependency-cruiser", - "version": "0.0.2", + "version": "0.0.3", "main": "dist/index.js", "author": "Maciek Pekala ", "license": "MIT",