From 19edb24b0d57fc2d14d50acea13c51d6a82c5c23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 14:18:43 +0000 Subject: [PATCH] chore(main): release 0.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",